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-15 10:07:19 -08:00
..
associations Add a transaction wrapper in add_to_target. This means that #build will now also use a transaction. IMO this is reasonable given that the before_add and after_add callbacks might do anything, and this great consistency allows us to abstract out the duplicate code from #build and #create. 2011-02-14 01:40:31 +00:00
attribute_methods primary keys should not be cleared on cache clear, fixing oracle tests 2011-02-08 16:01:16 -08: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 switch over to Mysql2::Client#ping for the mysql2 connection check 2011-02-12 16:59:13 -08:00
locale Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
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 Remove Relation#& alias for Relation#merge 2011-02-12 17:23:19 -08:00
serializers dry up compute type in attribute 2010-12-15 14:02:30 -08:00
validations make sure de-serialization happens on object instantiation 2011-02-01 15:23:55 -08:00
aggregations.rb remove unnecessary module_eval 2011-01-18 09:36:33 -08:00
association_preload.rb Add interpolation of association conditions back in, in the form of proc { ... } rather than instance_eval-ing strings 2011-02-14 01:40:31 +00:00
associations.rb Documentation for recent refinements to association deletion 2011-02-07 23:35:05 +00:00
attribute_methods.rb Work around a strange piece of Syck behaviour where it checks Model#respond_to? before initializing the object. 2010-12-02 08:40:34 -08:00
autosave_association.rb Get rid of AssociationCollection#save_record 2011-02-14 01:40:31 +00:00
base.rb Add interpolation of association conditions back in, in the form of proc { ... } rather than instance_eval-ing strings 2011-02-14 01:40:31 +00:00
callbacks.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-02-02 22:04:11 +01:00
counter_cache.rb removing more calls to deprecated methods 2010-12-02 15:07:00 -08:00
dynamic_finder_match.rb be kind to the garbage collector: only instantiate objects when absolutely necessary 2010-09-27 18:07:35 -07:00
dynamic_scope_match.rb constructor should not do so much work; avoid allocating object if possible 2010-09-27 17:38:49 -07:00
errors.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
fixtures.rb removing unused variable 2011-02-15 10:07:19 -08: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 require core_ext/array/wrap in active_record/migration 2010-12-10 08:33:48 +01:00
named_scope.rb class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00
nested_attributes.rb Rename add_record_to_target_with_callbacks to add_to_target 2011-02-14 01:40:31 +00:00
observer.rb reuse the superclass methods for shorter codes 2010-12-09 13:48:37 -08:00
persistence.rb removed some duplication from LH issue 5505 regarding AR touch and optimistic locking [#5505 state:resolved] 2011-02-09 18:28:15 -02:00
query_cache.rb Adds basic description and title. 2010-06-16 22:15:04 +04:30
railtie.rb allow AR caches to be cleared, clear them on class reloading 2011-02-03 15:35:44 -08:00
reflection.rb DRY up the code which instantiates the association proxy 2011-01-11 13:45:08 -08:00
relation.rb primary keys should not be cleared on cache clear, fixing oracle tests 2011-02-08 16:01:16 -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 Allow to run migrations from more than one directory 2010-12-09 00:04:36 +01:00
schema_dumper.rb kill unused variable warnings 2011-01-11 15:29:35 -08:00
serialization.rb Merge branch 'master' of git://github.com/lifo/docrails 2010-10-06 23:16:13 +02:00
session_store.rb almost fisted 2011-02-04 18:14:59 -08:00
test_case.rb Update the ActiveRecord tests to not set unused options 2010-10-13 12:32:52 -07:00
timestamp.rb Updates to ActiveRecord::Timestamp documentation. 2011-02-05 09:07:00 -08:00
transactions.rb Use run_callbacks; the generated _run_<name>_callbacks method is not a public interface. 2011-01-31 19:45:53 -02:00
validations.rb ActiveRecord#save(false) is now deprecated, now it is save(:validate => false) 2011-01-18 00:35:07 +01:00
version.rb Update the version.rb files to include a PRE part 2010-11-16 17:19:46 -08:00