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
Steven Soroka 9c20391bbe best solution?
Signed-off-by: Steven Soroka <ssoroka78@gmail.com>
2008-05-01 14:22:55 -05:00
..
association_collection.rb Fix include? on has_many collections with finder_sql to fall back to Array include? rather than try to use SQL. 2008-04-23 20:18:09 +12:00
association_proxy.rb Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Association callbacks and <association>_ids= now work with hm:t. Closes #11516 [rubyruy] 2008-04-06 00:27:12 +00:00
belongs_to_association.rb Introduce the :readonly option to all associations. Records from the association cannot be saved. Closes #11084. 2008-02-13 06:32:50 +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 Fixes a subtle bug when using symbols for key definitions in habtm associations 2008-04-23 21:02:00 +12:00
has_many_association.rb Remove duplicate code from associations. [Pratik] 2008-04-06 02:18:42 +00:00
has_many_through_association.rb best solution? 2008-05-01 14:22:55 -05:00
has_one_association.rb Introduce the :readonly option to all associations. Records from the association cannot be saved. Closes #11084. 2008-02-13 06:32:50 +00:00
has_one_through_association.rb Remove duplicate code from associations. [Pratik] 2008-04-06 02:18:42 +00:00