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-10-27 17:16:45 +01:00
..
associations Merge with docrails. Also add a rake task to generate guides in your rails application : 2008-10-21 18:33:40 +01:00
connection_adapters Remove reference to fformat to restore support for postgres gem. 2008-10-26 20:04:09 +01:00
locale
locking
serializers
aggregations.rb Merge docrails 2008-10-05 22:16:26 +01:00
association_preload.rb explicitly including child associations that are also included in the parent association definition should not result in double records in the collection/double loads (#1110) 2008-10-10 16:58:39 +02:00
associations.rb Skip collection ids reader optimization if using :finder_sql 2008-10-23 18:53:44 -07:00
attribute_methods.rb "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new instead. 2008-10-25 14:52:44 +05:30
base.rb Fixed that serialized strings should never be type-casted (i.e. turning "Yes" to a boolean)(Andreas Korth) [#857 state:committed] 2008-10-27 17:16:45 +01:00
calculations.rb Ensure Model.sum and Model.avg typecast appropriately. [#1066 state:resolved] 2008-10-04 20:13:44 +01:00
callbacks.rb Merge docrails 2008-10-16 22:13:06 +02:00
dirty.rb
dynamic_finder_match.rb Dynamic finders should use the ActiveRecord::Base::find method instead of ::find_initial, :find_last, and ::find_all. 2008-10-03 21:28:11 +02:00
fixtures.rb
i18n_interpolation_deprecation.rb
migration.rb
named_scope.rb
observer.rb
query_cache.rb
reflection.rb Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflection::ThroughReflection. 2008-10-04 17:49:39 +01:00
schema.rb
schema_dumper.rb
serialization.rb
test_case.rb
timestamp.rb
transactions.rb Merge docrails 2008-10-05 22:16:26 +01:00
validations.rb Merge docrails 2008-10-05 22:16:26 +01:00
version.rb