[Rails-core] Child index on validations - accepts_nested_attributes_for

2013-11-11 Thread Gabriel Sobrinho
Hey guys, I have a situation where I'm creating a object which have some items and the items have a validation that need to be executed on the server side but rails do not map these validation messages to the specific child. A contrived example may be a invoice which have 2 items and for some r

Re: [Rails-core] Child index on validations - accepts_nested_attributes_for

2013-11-11 Thread Rafael Mendonça França
https://github.com/rails/rails/pull/8638 Rafael Mendonça França http://twitter.com/rafaelfranca https://github.com/rafaelfranca On Mon, Nov 11, 2013 at 2:53 PM, Gabriel Sobrinho < gabriel.sobri...@gmail.com> wrote: > Hey guys, > > I have a situation where I'm creating a object which have some i

Re: [Rails-core] Child index on validations - accepts_nested_attributes_for

2013-11-11 Thread Gabriel Sobrinho
Awesome, waiting for this! On Monday, November 11, 2013 2:54:42 PM UTC-2, Rafael Mendonça França wrote: > > https://github.com/rails/rails/pull/8638 > > Rafael Mendonça França > http://twitter.com/rafaelfranca > https://github.com/rafaelfranca > > > On Mon, Nov 11, 2013 at 2:53 PM, Gabriel Sobrinh