rails--rails/activerecord/lib/active_record
Eric Allam 13547c16d9 fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
..
associations Use proper objects to do the work to build the associations (adding methods, callbacks etc) rather than calling a whole bunch of methods with rather long names. 2011-02-21 10:16:15 -08:00
attribute_methods Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
coders
connection_adapters Optimization for postgres adapter for add_column method. Set default and not null in one query 2011-02-15 10:52:14 -08:00
locale
locking fixed broken link to postgresql docs 2011-02-15 12:01:15 -02:00
migration
railties fix db:fixtures:load with FIXTURES specified [#6061 state:resolved] 2011-02-06 18:45:42 -02:00
relation merges docrails 2011-02-18 23:22:15 +01:00
serializers
validations copy-edits 8d96b89 2011-02-21 11:37:08 +01:00
aggregations.rb
association_preload.rb Split AssociationProxy into an Association class (and subclasses) which manages the association, and a CollectionProxy class which is *only* a proxy. Singular associations no longer have a proxy. See CHANGELOG for more. 2011-02-18 00:00:13 +00:00
associations.rb Use proper objects to do the work to build the associations (adding methods, callbacks etc) rather than calling a whole bunch of methods with rather long names. 2011-02-21 10:16:15 -08:00
attribute_methods.rb instance_methods includes public and protected, so reduce funcalls and object allocs 2011-02-18 17:32:08 -08:00
autosave_association.rb Use proper objects to do the work to build the associations (adding methods, callbacks etc) rather than calling a whole bunch of methods with rather long names. 2011-02-21 10:16:15 -08:00
base.rb merges docrails 2011-02-18 23:22:15 +01:00
callbacks.rb
counter_cache.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
identity_map.rb No need to have reinit_with inside an InstanceMethods module. 2011-02-18 16:04:47 -03:00
log_subscriber.rb fixing tests on 1.8, using a list of lists because order is important 2011-02-10 14:17:09 -08:00
migration.rb
named_scope.rb fixes: ActiveRecord::Base.scopes includes all scopes defined in all subclasses 2011-02-24 11:17:06 -08:00
nested_attributes.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
observer.rb Fix observer callbacks firing multiple times on descendant instances 2011-02-22 16:25:19 -08:00
persistence.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
query_cache.rb
railtie.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
reflection.rb Delegate Association#options to the reflection, and replace 'reflection.options' with 'options'. Also add through_options and source_options methods for through associations. 2011-02-21 10:16:14 -08:00
relation.rb Relation will delegate to AR::Base which already uses the Dynamic finders, so eliminate duplicate calls 2011-02-22 11:07:51 -08:00
result.rb adjust query counts to be consistent across databases, make sure database log the same things 2011-02-04 18:14:59 -08:00
schema.rb
schema_dumper.rb
serialization.rb
session_store.rb almost fisted 2011-02-04 18:14:59 -08:00
test_case.rb
timestamp.rb Updates to ActiveRecord::Timestamp documentation. 2011-02-05 09:07:00 -08:00
transactions.rb Merge remote branch 'rails/master' into identity_map 2011-02-15 12:01:04 -03:00
validations.rb copy-edits 8d96b89 2011-02-21 11:37:08 +01:00
version.rb