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-11-11 12:09:51 +01:00
..
associations Use uniq instead of manually putting a DISTINCT in the query 2011-11-05 16:22:18 +00:00
attribute_methods
coders
connection_adapters Prevent multiple SHOW TABLES calls when a table don't exists in database. 2011-11-11 12:09:51 +01:00
fixtures
locale
locking
migration
railties
relation exclude ORDER BY clause when querying Relation#exists? 2011-11-09 04:51:11 +09:00
serializers
validations
aggregations.rb
associations.rb
attribute_methods.rb
autosave_association.rb
base.rb self.up, self.down => up, down 2011-11-07 11:56:50 +09:00
callbacks.rb
counter_cache.rb
dynamic_finder_match.rb
dynamic_scope_match.rb
errors.rb
fixtures.rb
identity_map.rb Fix typos in IM documentation 2011-05-10 03:44:57 -07:00
log_subscriber.rb
migration.rb document fix: remove_column takes multiple column_names 2011-11-07 14:03:33 +09:00
named_scope.rb
nested_attributes.rb
observer.rb
persistence.rb
query_cache.rb
railtie.rb
reflection.rb Allow the :class_name option for associations to take a symbol. 2011-11-04 11:17:56 +00:00
relation.rb implements AR::Relation#explain 2011-11-05 18:30:19 -07:00
result.rb
schema.rb
schema_dumper.rb AR changes to support creating ordered (asc, desc) indexes 2011-11-04 15:45:24 -05:00
serialization.rb
session_store.rb Merge pull request #1163 from amatsuda/sexier_migration_31 2011-11-04 03:29:59 -07:00
store.rb Fix that changing a store should mark the store attribute as changed 2011-10-25 17:22:52 -05:00
test_case.rb
timestamp.rb Allow instances to disable record_timestamps 2011-10-26 18:20:12 +01:00
transactions.rb
validations.rb
version.rb