rails--rails/activerecord/lib/active_record
Xavier Noria fc09ebc669 Wrap calls to update_attributes in a transaction.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#922 state:committed]
2009-02-22 15:31:27 +13:00
..
associations
connection_adapters Support true/false in query_attribute for calculated columns 2009-02-06 13:39:08 +13:00
locale Merge docrails 2009-01-18 18:10:58 +00:00
locking
serializers
aggregations.rb
association_preload.rb
associations.rb Merge docrails along with the new guides and guides generation code 2009-02-06 02:01:22 +00:00
attribute_methods.rb Support true/false in query_attribute for calculated columns 2009-02-06 13:39:08 +13:00
autosave_association.rb Also save :autosave enabled associations when #save! is used. 2009-02-06 13:38:15 +13:00
base.rb support end-exclusive ... Ranges in SQL hash condition sanitization properly 2009-02-06 13:43:02 +13:00
calculations.rb Merge docrails 2009-01-18 18:10:58 +00:00
callbacks.rb Merge docrails 2009-01-18 18:10:58 +00:00
dirty.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
fixtures.rb
i18n_interpolation_deprecation.rb
migration.rb Migrations: make default database connection overridable 2009-02-04 12:21:22 -08:00
named_scope.rb Merge docrails 2009-01-18 18:10:58 +00:00
nested_attributes.rb Changed API of NestedAttributes to take an array, or hash with index keys, of hashes that have the id on the inside of the attributes hash and updated the FormBuilder to produce such hashes. Also fixed NestedAttributes with composite ids. 2009-02-13 21:47:56 +13:00
observer.rb
query_cache.rb
reflection.rb Add support for nested object forms to ActiveRecord and the helpers in ActionPack 2009-02-01 14:44:30 +13:00
schema.rb
schema_dumper.rb
serialization.rb
session_store.rb Don't use weird attribute_condition methods in AR Session Store 2009-02-06 14:32:03 +13:00
test_case.rb Add support for nested object forms to ActiveRecord and the helpers in ActionPack 2009-02-01 14:44:30 +13:00
timestamp.rb
transactions.rb Wrap calls to update_attributes in a transaction. 2009-02-22 15:31:27 +13:00
validations.rb support end-exclusive ... Ranges in SQL hash condition sanitization properly 2009-02-06 13:43:02 +13:00
version.rb