Thank you, Sergio! Seems it was your last commits, what fixes the issue! Test are OK now :) Should I still follow your instruction and send you the results anyway? If so, with what exactly AS revision?
On Wed, 14 May 2014 08:42:57 +0200 Sergio Cambra <[email protected]> wrote: > Please, override active_scaffold_refresh_link in your controller helper so I > can understand > why scan is failing: > > def active_scaffold_refresh_link(column, html_options, record) > super > rescue > puts html_options[:name] > puts > html_options[:name].scan(/^record(\[[^\]]*\])?\[#{column.name}\]/).inspect if > html_options[:name] > raise > end > -- 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.
