This project is archived and is in readonly mode.

Changeset [73f2d37505025a446bb5314a090f412d0fceb8ca] by Wolfram Arnold

August 8th, 2009 @ 12:07 PM

Add test to verify that the new :inverse_of association option will indeed fix the validation problem for a belongs_to relationship that validates_presence_of the parent, when both the parent and the child are new (in-memory) records. Also check that this works when the parents adds child via nested_attributes_for.

Lastly, add a require 'models/pet' to association_validation_test.rb, so that test can be run independently (was failing due to that missing dependency). [#2815 status:resolved]

Signed-off-by: José Valim jose.valim@gmail.com http://github.com/rails/rails/co...

Committed by Wolfram Arnold

  • M activerecord/test/cases/nested_attributes_test.rb
  • M activerecord/test/cases/validations/association_validation_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>