rails--rails/activerecord/lib/active_record/associations
Michael Koziarski 3fbfc13ee3 Move from select * to select tablename.* to avoid clobbering IDs. Closes #8889 [dasil003]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7167 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-07-07 02:42:42 +00:00
..
association_collection.rb with_scope is protected. Closes #8524. 2007-05-30 21:40:55 +00:00
association_proxy.rb Sanitize Base#inspect. Closes #8392. 2007-05-18 02:11:43 +00:00
belongs_to_association.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
belongs_to_polymorphic_association.rb Backed out of new_record? to new? transformation as it would screw up existing models that did boolean calls on "new" attributes [DHH] 2006-09-05 18:54:24 +00:00
has_and_belongs_to_many_association.rb Move from select * to select tablename.* to avoid clobbering IDs. Closes #8889 [dasil003] 2007-07-07 02:42:42 +00:00
has_many_association.rb Remove deprecated find_first and find_all. 2007-06-11 07:45:56 +00:00
has_many_through_association.rb with_scope is protected. Closes #8524. 2007-05-30 21:40:55 +00:00
has_one_association.rb with_scope is protected. Closes #8524. 2007-05-30 21:40:55 +00:00