rails--rails/activerecord/lib/active_record
Tarmo Tänav 7c9851dbb6 Support :limit on update_all so that has_many with :limit can be safely updated
Signed-off-by: Michael Koziarski <michael@koziarski.com>
2008-09-10 13:41:49 +02:00
..
associations Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
connection_adapters Support :limit on update_all so that has_many with :limit can be safely updated 2008-09-10 13:41:49 +02:00
locale
locking
serializers
aggregations.rb
association_preload.rb
associations.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
attribute_methods.rb Some performance goodness for AR. 2008-09-03 00:55:23 +02:00
base.rb Support :limit on update_all so that has_many with :limit can be safely updated 2008-09-10 13:41:49 +02:00
calculations.rb Interpolation requires double quotes 2008-09-09 21:16:06 +02:00
callbacks.rb Merge docrails 2008-09-03 17:58:47 +01:00
dirty.rb
dynamic_finder_match.rb Added find_last_by dynamic finder [status:committed #762] 2008-09-09 23:44:52 -05:00
fixtures.rb Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a fixed pool with default maximum of 5 connections 2008-08-29 14:12:12 -05:00
migration.rb
named_scope.rb Merge docrails 2008-09-03 17:58:47 +01:00
observer.rb
query_cache.rb
reflection.rb Add special AssociationReflection methods for creating association objects, and modify the code base to use those methods instead of creating association objects directly. This allows plugins to hook into association object creation behavior. 2008-09-09 13:13:12 -07:00
schema.rb
schema_dumper.rb
serialization.rb
test_case.rb Default connection allow_concurrency to false (for PostgreSQL) 2008-09-04 15:44:05 +02:00
timestamp.rb
transactions.rb Merge docrails 2008-09-03 17:58:47 +01:00
validations.rb Merge docrails 2008-09-03 17:58:47 +01:00
version.rb