rails--rails/activerecord/lib/active_record
Rick Olson 9a72cd22cf Don't classify the has_one class when eager loading, it is already singular. Add tests. (closes #4117) [jonathan@bluewire.net.nz]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3983 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-19 19:32:07 +00:00
..
acts The style police makes an expection on acts_as_tree (closes #4168) [coffee2code] 2006-03-18 03:22:45 +00:00
associations Quit ignoring default :include options in has_many :through calls [Mark James] 2006-03-19 16:13:52 +00:00
connection_adapters add support for COUNT(DISTINCT id) queries in sqlite2 (closes #4300) [Rick Olson] 2006-03-19 17:42:51 +00:00
vendor
wrappers
aggregations.rb
associations.rb Don't classify the has_one class when eager loading, it is already singular. Add tests. (closes #4117) [jonathan@bluewire.net.nz] 2006-03-19 19:32:07 +00:00
base.rb Added Base.abstract_class? that marks which classes are not part of the Active Record hierarchy. closes #3704 2006-03-16 02:46:01 +00:00
calculations.rb Added Base.abstract_class? that marks which classes are not part of the Active Record hierarchy. closes #3704 2006-03-16 02:46:01 +00:00
callbacks.rb
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb fix AR tests for sqlite 2006-03-16 05:21:40 +00:00
locking.rb
migration.rb Remember kiddies, Dir[] uses Dir#glob, not a Regexp 2006-03-19 04:30:10 +00:00
observer.rb
query_cache.rb
reflection.rb Allow has_many :through associations to find the source association by setting a custom class (closes #4307) [jonathan@bluewire.net.nz] 2006-03-19 07:14:48 +00:00
schema.rb
schema_dumper.rb
timestamp.rb
transactions.rb
validations.rb
version.rb
wrappings.rb