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-11-07 19:55:29 -05: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 Merge branch 'master' into testing 2008-11-07 19:55:29 -05:00
locale Merge docrails 2008-09-13 20:28:01 +01:00
locking Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
serializers Merge docrails. 2008-05-25 12:29:00 +01:00
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 Added :counter_sql as a valid key for habtm associations 2008-11-07 07:50:23 +00:00
attribute_methods.rb "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new instead. 2008-10-25 14:52:44 +05:30
base.rb Fix memory leak issue in ActiveRecord scoped_methods 2008-11-06 17:10:16 -06: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 Allow for the dirty tracking to work with the aliased name of aliased attributes. 2008-09-13 11:41:14 +02:00
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 Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead. 2008-11-07 15:40:56 -05:00
i18n_interpolation_deprecation.rb I18n: move old-style interpolation syntax deprecation to Active Record. [#1044 state:resolved] 2008-09-20 19:13:50 +01:00
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 Merge docrails 2008-09-03 17:58:47 +01:00
observer.rb Make observers define #after_find in the model only if needed. 2008-07-26 16:26:08 +02:00
query_cache.rb Removed query cache rescue as it could cause code to be run twice (closes #10408) [DHH] 2007-12-07 13:34:06 +00:00
reflection.rb Remove HasManyAssociationStrategy and move the logic to ActiveRecord::Reflection::ThroughReflection. 2008-10-04 17:49:39 +01:00
schema.rb Merge docrails. 2008-05-25 12:29:00 +01:00
schema_dumper.rb Ensure indices don't flip order in schema.rb [#1266 state:committed] 2008-10-30 13:03:42 +01:00
serialization.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
test_case.rb Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead. 2008-11-07 15:40:56 -05:00
timestamp.rb Partial updates play nice with updated_at/on timestamps 2008-03-31 01:49:57 +00:00
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 Bump the Version constants to align with the *next* release rather than the previous release. 2008-09-22 21:32:12 +02:00