Mention partial updates in environment.rb to make it easier for people to opt-in if they know it's safe

This commit is contained in:
Michael Koziarski 2008-05-23 09:07:38 +12:00
parent 888d5059bd
commit 5b8d0f134a
1 changed files with 3 additions and 0 deletions

View File

@ -64,4 +64,7 @@ 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