aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-04-23 18:55:54 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-04-23 18:55:54 +0000
commitdf41c7cb612352951bfe8e471e11e67f249c16d5 (patch)
treed1db6c129661ebfe83aa14468dbf683db054f163 /railties/environments
parent52a9e5089ce61fa1f07abe3e36af53ae744b3999 (diff)
downloadrails-df41c7cb612352951bfe8e471e11e67f249c16d5.tar.gz
rails-df41c7cb612352951bfe8e471e11e67f249c16d5.tar.bz2
rails-df41c7cb612352951bfe8e471e11e67f249c16d5.zip
Include Active Resource instead of Action Web Service [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6550 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments')
-rw-r--r--railties/environments/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 05403ad88a..2e485a5738 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -14,7 +14,7 @@ Rails::Initializer.run do |config|
# Settings in config/environments/* take precedence over those specified here
# Skip frameworks you're not going to use (only works if using vendor/rails)
- # config.frameworks -= [ :action_web_service, :action_mailer ]
+ # config.frameworks -= [ :active_resource, :action_mailer ]
# Only load the plugins named here, by default all plugins in vendor/plugins are loaded
# config.plugins = %W( exception_notification ssl_requirement )