aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-05-31 15:32:51 -0700
committerJoshua Peek <josh@joshpeek.com>2008-05-31 15:34:01 -0700
commit3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7 (patch)
tree79781670a70f6fe3b2c8c82e479a9eaa2a3de039 /railties/environments
parent0abf0da0016abc455145810d7060a10e0b56b0b6 (diff)
downloadrails-3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7.tar.gz
rails-3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7.tar.bz2
rails-3a9775076fc4f99f8d7ad9a554a9ef8798c8fad7.zip
Removed suggestion for turning off partial updates.
Diffstat (limited to 'railties/environments')
-rw-r--r--railties/environments/environment.rb5
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