diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/environments/environment.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 79306b0272..b2f5b2b0a5 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -16,8 +16,8 @@ Rails::Initializer.run do |config| # -- all .rb files in that directory are automatically loaded. # See Rails::Configuration for more options. - # Skip frameworks you're not going to use (only works if using vendor/rails). - # To use Rails without a database, you must remove the Active Record framework + # Skip frameworks you're not going to use. To use Rails without a database + # you must remove the Active Record framework. # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] # Only load the plugins named here, in the order given. By default, all plugins |