aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile24
1 files changed, 21 insertions, 3 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 85c826408c..972b5941f0 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -38,9 +38,27 @@ Rake::TestTask.new("regular_test") do |t|
end
-BASE_DIRS = %w(
- app config/environments components db doc log lib lib/tasks public script script/performance script/process test vendor vendor/plugins
- tmp/sessions tmp/cache tmp/sockets tmp/pids
+BASE_DIRS = %w(
+ app
+ config/environments
+ config/initializers
+ components
+ db
+ doc
+ log
+ lib
+ lib/tasks
+ public
+ script
+ script/performance
+ script/process
+ test
+ vendor
+ vendor/plugins
+ tmp/sessions
+ tmp/cache
+ tmp/sockets
+ tmp/pids
)
APP_DIRS = %w( models controllers helpers views views/layouts )