[Rails-core] Re: association_valid? error message weirdness. Should it be changed?

2009-09-10 Thread Anders Carling
This, and issues relating to it in one way or another, was recently discussed in ticket #3147 [1] and the proposed solution there was backporting ticket #2904 [2] to 2-3-stable. #2904 should get rid of the quite confusing "#{reflection.name}_#{attribute}" "hack" and solve a few issues in 2.3.4 (u

[Rails-core] Re: association_valid? error message weirdness. Should it be changed?

2009-09-09 Thread Eloy Duran
Hey Josh, I think this patch by José Valim, which is in my queue to work on this week, will solve this problem for you: https://rails.lighthouseapp.com/projects/8994/tickets/2904-avoid-copying-errors-from-child-to-parent-on-autosave Cheers, Eloy On 9 sep 2009, at 19:36, Josh wrote: > > This