However, that fix is setting a wrong url for refresh link because it's failing to find scope. I think I have fixed, can you check with latest master if refresh link include scope?
El Jueves, 15 de mayo de 2014 16:46:33 'Andrey Korobkov' via ActiveScaffold : Ruby on Rails Gem escribió: > On Thu, 15 May 2014 09:05:31 +0200 > > Sergio Cambra <[email protected]> wrote: > > You could send me the name of field in HTML too, it should be the same. > > I'm curious about why it was failing > > Hi, Sergio! > > Having manually bisected several last commits I confirm that this issue was > fixed with exactly this commit: > https://github.com/activescaffold/active_scaffold/commit/907863491edaccc060 > a9cc1da6998f54c2c4a58e > > Here is the output of the code you adviced me for debugging: > When tests failed (a8f7e9d240cf49c893b75b18c46c92aa198f10d6) > First test: > ``` > record[person_resources][1][person] > [] > ``` > Second test: > ``` > record[person_resources][1400157452016][person] > [] > ``` > In both cases the second line is empty array… > > When tests passed (907863491edaccc060a9cc1da6998f54c2c4a58e) messages just > don't appear. > > My code is here: https://github.com/korobkov/fremantle > > I could send any other additional information, would you consider it > helpful… > > -- > Andrey -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
