That's exactly the problem. Got it working. Thanks,
On Mon, Mar 19, 2012 at 1:38 PM, Andrey Novikov <[email protected]> wrote: > If your app using assets pipeline (new app from scratch using!), you > shouldn't use `active_scaffold_includes` in your layout, instead you need > to add those strings to assets files (according to > https://github.com/activescaffold/active_scaffold/wiki/Getting-Started ): > > in Rails.root/app/assets/stylesheets/application.css > > *= require active_scaffold > > in Rails.root/app/assets/javascripts/application.js > > //= require active_scaffold > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails plugin" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/activescaffold/-/vEw9EvUYd2sJ. > 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. > -- 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.
