1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2011-02-22 11:07:51 -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 Make serialized columns with explicit object_type return a new instance of the object instead of nil 2011-02-03 09:08:45 -08:00
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 Add :bulk => true option to change_table 2011-01-31 13:21:25 +00:00
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 remove unnecessary module_eval 2011-01-18 09:36:33 -08:00
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 Merge branch 'master' of git://github.com/lifo/docrails 2011-02-02 22:04:11 +01:00
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
nested_attributes.rb Merge remote branch 'rails/master' into identity_map 2011-02-18 15:29:33 -03:00
observer.rb
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 kill unused variable warnings 2011-01-11 15:29:35 -08:00
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