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
Josh Susser a49de9811a tests mostly pass
adjust to work with instance-based migations
migrated_at can't be null
why must people have last names? it's killing me!
2010-12-01 12:01:56 -08:00
..
associations JoinBase initialize can be deleted 2010-11-30 17:48:10 -08:00
attribute_methods 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
connection_adapters tests mostly pass 2010-12-01 12:01:56 -08:00
locale
locking Remove explicit return. 2010-11-25 17:33:18 -02:00
migration
railties
relation fix warnings, stop using global variables 2010-11-30 18:46:56 -08:00
serializers
validations No need to create a variables to use them once. 2010-11-24 01:37:02 +08:00
aggregations.rb
association_preload.rb Removed ids_in_list_limit in favor of in_clause_length defined in database_limits.rb 2010-11-23 06:43:18 +08:00
associations.rb breaking classes up in to respective files 2010-11-23 17:42:49 -08:00
attribute_methods.rb
autosave_association.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
base.rb scope_for_create always returns something 2010-11-30 15:39:49 -08:00
callbacks.rb
counter_cache.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb
log_subscriber.rb
migration.rb name in schema_migrations, migrations in schema dump 2010-12-01 10:57:38 -08: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 If a nested_attribute is being marked for destruction and at the same time an attr_accessor value is being assigned then the value being assigned is being ignored. This patch is a fix for that issue. 2010-11-24 22:08:36 +01:00
observer.rb
persistence.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
query_cache.rb
railtie.rb
reflection.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
relation.rb just call join_sql against the manager object 2010-11-30 16:42:21 -08:00
result.rb
schema.rb tests mostly pass 2010-12-01 12:01:56 -08:00
schema_dumper.rb clear schema_migrations in Schema.define 2010-12-01 11:01:15 -08:00
serialization.rb
session_store.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
test_case.rb
timestamp.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
transactions.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
validations.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
version.rb