aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-12-31 11:46:56 -0800
committerCarl Lerche <carllerche@mac.com>2009-12-31 11:57:59 -0800
commita23f4b6aeed6b49f90f5c544c818798840f090b7 (patch)
treedfbca46ff3d0ca62e781a36549fa57d08943db75 /railties/lib/rails/generators
parent1e41097294b6f966f65909db5c56c9fc21b665f7 (diff)
downloadrails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.gz
rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.tar.bz2
rails-a23f4b6aeed6b49f90f5c544c818798840f090b7.zip
Add a /rails.rb for each framework for consistency
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/boot.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/boot.rb b/railties/lib/rails/generators/rails/app/templates/config/boot.rb
index 221421855c..e4ecd2dcde 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/boot.rb
+++ b/railties/lib/rails/generators/rails/app/templates/config/boot.rb
@@ -14,9 +14,11 @@ else
end
require 'rails'
-# To skip frameworks you're not going to use, remove require "rails" and
-# list the frameworks that you are going to use.
+# To skip frameworks you're not going to use, change require "rails"
+# to require "rails/core" and list the frameworks that you are going
+# to use.
#
+# require "rails/core"
# require "active_model/rails"
# require "active_record/rails"
# require "action_controller/rails"