diff options
author | Joshua Peek <josh@joshpeek.com> | 2008-05-31 15:32:51 -0700 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2008-05-31 15:34:01 -0700 |
commit | 3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7 (patch) | |
tree | 79781670a70f6fe3b2c8c82e479a9eaa2a3de039 /railties | |
parent | 0abf0da0016abc455145810d7060a10e0b56b0b6 (diff) | |
download | rails-3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7.tar.gz rails-3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7.tar.bz2 rails-3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7.zip |
Removed suggestion for turning off partial updates.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/environments/environment.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 468fa45ef6..a85ade371b 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -64,7 +64,4 @@ Rails::Initializer.run do |config| # Activate observers that should always be running # config.active_record.observers = :cacher, :garbage_collector - - # Make ActiveRecord only save the attributes that have changed since the record was loaded. - # config.active_record.partial_updates = true -end
\ No newline at end of file +end |