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
Jeffrey Hardy 652d1c19ea Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults to 'db/migrate'
[#3671 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-01-08 13:08:23 -08:00
..
associations
attribute_methods
attributes
connection_adapters Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults to 'db/migrate' 2010-01-08 13:08:23 -08:00
locale Allow to specify default attributes names translation in I18n yml files. 2010-01-07 15:31:50 +01:00
locking
railties
relation
serializers
types
validations
aggregations.rb
association_preload.rb
associations.rb Cleanup some code in nested_attributes.rb, autosave_association.rb, and associations.rb with AssociationReflection#collection_association? 2010-01-07 13:19:48 +01:00
attribute_methods.rb
attributes.rb
autosave_association.rb Moved the validation logic to the association reflection and refactored autosave_association.rb a bit. 2010-01-07 13:19:48 +01:00
base.rb
batches.rb
calculations.rb
callbacks.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
fixtures.rb
migration.rb Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults to 'db/migrate' 2010-01-08 13:08:23 -08:00
named_scope.rb
nested_attributes.rb Raise a RecordNotFound if an ID in nested attributes is given but doesn't return a record. [#2415 state:resolved] 2010-01-07 13:19:49 +01:00
observer.rb
query_cache.rb
railtie.rb Add a deprecation message to activerecord.errors. 2010-01-07 15:31:49 +01:00
reflection.rb Moved the validation logic to the association reflection and refactored autosave_association.rb a bit. 2010-01-07 13:19:48 +01:00
relation.rb
schema.rb Allow AR::Schema's migrations_path to be overwritten by subclasses. Defaults to 'db/migrate' 2010-01-08 13:08:23 -08:00
schema_dumper.rb
serialization.rb
session_store.rb
state_machine.rb
test_case.rb
timestamp.rb
transactions.rb
types.rb
validations.rb Errors messages are now moved from :activerecord.errors to simply :errors on I18n yml files. 2010-01-07 15:31:49 +01:00
version.rb