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
2010-01-19 20:43:03 +05:30
..
association_collection.rb Get rid of construct_count_options_from_args 2010-01-19 20:43:03 +05:30
association_proxy.rb Make sure association proxy does not pass quoted table name to sanitize_sql 2010-01-01 04:37:19 +05:30
belongs_to_association.rb Remove whitespace. 2009-08-19 11:09:12 -03:00
belongs_to_polymorphic_association.rb Provide a slightly more robust we_can_set_the_inverse_on_this? method for polymorphic belongs_to associations. [#3520 state:resolved] 2009-12-28 15:12:15 +01:00
has_and_belongs_to_many_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
has_many_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
has_many_through_association.rb save(false) is gone, use save(:validate => false) instead. 2010-01-17 14:22:34 +01:00
has_one_association.rb Add more tests for the various ways we can assign objects to associations. [#3513 state:resolved] 2009-12-28 15:12:11 +01:00
has_one_through_association.rb Allow ho:through#build when the owner is a new record [#1749 state:resolved] 2009-08-10 00:46:16 +01:00
through_association_scope.rb Make type_condition return Arel predicate and not a string condition 2010-01-16 04:21:18 +05:30