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-15 12:53:36 -06: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 Fix markup for cattr_accessors in ActiveRecord to work with RDoc 2+. 2008-11-15 10:47:32 -06:00
locale Merge docrails 2008-09-13 20:28:01 +01:00
locking
serializers
aggregations.rb Merge docrails 2008-10-05 22:16:26 +01:00
association_preload.rb Remove redundant uniq 2008-11-11 11:22:13 +01: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 markup for cattr_accessors in ActiveRecord to work with RDoc 2+. 2008-11-15 10:47:32 -06:00
calculations.rb Make sure any Fixnum returned by a DB sum is type cast to a Float before standard converstion to a BigDecimal [#8994 state:resolved] 2008-11-13 10:45:57 -06: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 CachedConnectionPerThread per-thread pooling mechanism in favor of a fixed pool with default maximum of 5 connections 2008-08-29 14:12:12 -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 note that rake:db:migrate updates db/schema.rb by invoking db:schema:dump 2008-11-15 12:53:36 -06:00
named_scope.rb Merge docrails 2008-09-03 17:58:47 +01:00
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 Fix markup for cattr_accessors in ActiveRecord to work with RDoc 2+. 2008-11-15 10:47:32 -06:00
serialization.rb
test_case.rb Revert "Move fixtures settings from AR::TestCase to railties test_help" -- it broke all the tests! 2008-11-14 12:01:26 +01:00
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 Prepare for RC2 2008-11-14 12:26:50 +01:00