This project is archived and is in readonly mode.

Changeset [f5f7c40f3aedf88b2aef4e83602a4f41ffa5d0ab] by José Valim

October 28th, 2009 @ 06:44 PM

Fix nested attributes error messages which is broken in 2.3.4. It still copies the message from child to parent, but does the lookup in the child, not in the parent, avoiding error messages duplication (as happened in 2.3.3). [#3147 state:resolved]

Signed-off-by: Joshua Peek josh@joshpeek.com
http://github.com/rails/rails/commit/f5f7c40f3aedf88b2aef4e83602a4f...

Committed by José Valim

  • M activerecord/lib/active_record/autosave_association.rb
  • M activerecord/lib/active_record/validations.rb
  • M activerecord/test/cases/autosave_association_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>