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
2008-08-26 12:45:04 +02:00
..
associations Ruby 1.9 compat: Hash is now flattenable, so explicitly exclude it 2008-08-23 21:26:14 -07:00
connection_adapters PostgreSQL: pg driver expects nil instead of empty string for missing user/pass 2008-08-26 01:54:14 -07:00
locale Removed en-US ruby locale in favor of yaml 2008-08-20 18:01:13 +02:00
locking
serializers
aggregations.rb
association_preload.rb Fix preloading of has_one through associations 2008-08-25 20:49:55 -07:00
associations.rb Load the first and not the last has_one result when doing join-based eager loading 2008-08-25 21:23:35 -07:00
attribute_methods.rb
base.rb add dynamic finder bang version to raise RecordNotFound 2008-08-25 23:33:16 -07:00
calculations.rb
callbacks.rb Rollback the transaction when a before_* callback returns false. 2008-08-24 14:34:24 +02:00
dirty.rb
dynamic_finder_match.rb add dynamic finder bang version to raise RecordNotFound 2008-08-25 23:33:16 -07:00
fixtures.rb
migration.rb Back to fetching all versions in ruby instead of letting SQL do it as it's difficult to get all databases to convert the text value to a number with the same SQL 2008-08-26 03:00:36 -07:00
named_scope.rb Fix incorrect signature for NamedScope#respond_to? [#852 state:resolved] 2008-08-21 16:39:27 +01:00
observer.rb
query_cache.rb
reflection.rb
schema.rb
schema_dumper.rb
serialization.rb
test_case.rb Print the queries that were executed if assert_queries fails 2008-08-26 12:45:04 +02:00
timestamp.rb
transactions.rb Rollback the transaction when a before_* callback returns false. 2008-08-24 14:34:24 +02:00
validations.rb Merge branch 'master' into i18n 2008-08-21 19:04:39 +02:00
version.rb