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
attribute_methods
connection_adapters tests mostly pass 2010-12-01 12:01:56 -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
migration adding documentation for reversible migrations 2010-11-19 11:34:42 -08:00
railties
relation
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
attribute_methods.rb "instance_methods" includes public and protected 2010-10-19 08:30:45 -07:00
autosave_association.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
base.rb
callbacks.rb
counter_cache.rb Use COALESCE in update_counters docs to reflect the implementation 2010-08-18 10:15:26 -03:00
dynamic_finder_match.rb
dynamic_scope_match.rb
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
log_subscriber.rb Move runtime back to the Thread.current 2010-07-26 19:14:56 +02:00
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
observer.rb lifecycle should be two words, life cycle 2010-08-26 14:23:58 +02:00
persistence.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
query_cache.rb Adds basic description and title. 2010-06-16 22:15:04 +04:30
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
result.rb
schema.rb tests mostly pass 2010-12-01 12:01:56 -08:00
schema_dumper.rb
serialization.rb Merge branch 'master' of git://github.com/lifo/docrails 2010-10-06 23:16:13 +02:00
session_store.rb Partialy revert f1c13b0dd7 2010-11-28 16:55:53 +01:00
test_case.rb
timestamp.rb
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