rails--rails/activerecord/lib/active_record/associations
Luciano G Panaro 4168f87623 Make has_one with :conditions hash scope build or creation of the associated object with those conditions
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#3088 state:committed]
2009-09-28 14:50:33 +13:00
..
association_collection.rb Added back support for destroying an association's object by id. [#2306 status:resolved] 2009-08-09 21:46:52 +01:00
association_proxy.rb Providing support for :inverse_of as an option to associations. 2009-05-04 15:27:39 -07:00
belongs_to_association.rb Add primary_key option to belongs_to association 2009-07-15 18:13:32 -07:00
belongs_to_polymorphic_association.rb Add primary_key option to belongs_to association 2009-07-15 18:13:32 -07:00
has_and_belongs_to_many_association.rb Fix habtm associations when using multiple databases 2009-09-12 02:57:29 -07:00
has_many_association.rb Fix that counter_cache breaks with has_many :dependent => :nullify. 2009-08-09 21:18:16 -07:00
has_many_through_association.rb Remove unnecessary scoping for creating hm:t join record 2009-08-10 21:20:01 +01:00
has_one_association.rb Make has_one with :conditions hash scope build or creation of the associated object with those conditions 2009-09-28 14:50:33 +13: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 Enable has_many :through for going through a has_one association on the join model [#2719 state:resolved] 2009-08-10 00:30:44 +01:00