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/associations
2007-12-22 11:26:03 +00:00
..
association_collection.rb Make sure that << works on has_many associations on unsaved records. Closes #9989 [hasmanyjosh] 2007-10-28 03:39:18 +00:00
association_proxy.rb post.comments.reload returns the association rather than the result of load_target. Closes #10438 [Fred Cheung] 2007-12-10 01:07:04 +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 Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
has_many_association.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
has_many_through_association.rb Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance vars 2007-12-22 11:26:03 +00:00
has_one_association.rb Formatting, grammar and spelling fixes for the associations documentation. [seanhussey] Closes #8899 2007-08-28 23:18:57 +00:00