public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Mention partial updates in environment.rb to make it easier for people to opt-in 
if they know it's safe
NZKoz (author)
Thu May 22 14:07:38 -0700 2008
commit  5b8d0f134a5766aa1b3d0945b79f04d2bb911c02
tree    0de7973dba32ea5b4ba56e2eb6f58844dee7b4ba
parent  888d5059bdb71e6d034d0c09d7e3b3e235fd8507
...
64
65
66
 
 
 
67
68
...
64
65
66
67
68
69
70
71
0
@@ -64,4 +64,7 @@ Rails::Initializer.run do |config|
0
 
0
   # Activate observers that should always be running
0
   # config.active_record.observers = :cacher, :garbage_collector
0
+
0
+  # Make ActiveRecord only save the attributes that have changed since the record was loaded.
0
+  # config.active_record.partial_updates = true
0
 end
0
\ No newline at end of file

Comments