Seems to be a problem where literal tag strings are not being marked html_safe. Should I be overriding a list column helper somewhere to fix, or can this be fixed in the fork?
On Jun 10, 9:54 am, Nick Rogers <[email protected]> wrote: > I'm trying to migrate my rails 2.3.11 + active_scaffold app to rails > 3.0 using vhochstein branch. > > After I create a new record, I'm seeing <td> and <a> strings in the > list columns and action links. I thought this was a problem with my > app, but was then able to replicate the problem using the vhochstein > demo. > > I followed the instructions here to create a new rails > app:http://vhochstein.wordpress.com/2010/08/28/setup-activescaffold-rails-3/ > > After creating a new Team record, the record's row looks like this: > > Test Create td> - td> -a> td> Fri, 10 Jun 2011 13:46:21 +0000 > td> > Fri, 10 Jun 2011 13:46:21 +0000 td> td> Edita>td> Deletea>td> > Showa>td> tr>table>td> tr> > > Refreshing the scaffold fixes the display problem. > > Seems like a javascript problem. I chose prototype (i.e., ran "g > active_scaffold_setup prototype"). > > Any help would be appreciated. Thanks. > > -Nick -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
