public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Return Partial Updates to be purely opt in to prevent users from inadvertently 
corrupting data.
NZKoz (author)
Thu May 22 00:28:52 -0700 2008
commit  888d5059bdb71e6d034d0c09d7e3b3e235fd8507
tree    e98ab538899d34406d75610553c7100a5046641f
parent  1a73e98660b29a2ce9eccd5b0776367a4969a012
...
1
2
3
4
5
6
7
8
9
...
1
2
3
 
 
 
4
5
6
0
@@ -1,9 +1,6 @@
0
 # These settings change the behavior of Rails 2 apps and will be defaults
0
 # for Rails 3. You can remove this initializer when Rails 3 is released.
0
 
0
-# Only save the attributes that have changed since the record was loaded.
0
-ActiveRecord::Base.partial_updates = true
0
-
0
 # Include ActiveRecord class name as root for JSON serialized output.
0
 ActiveRecord::Base.include_root_in_json = true
0
 

Comments