I'm upgrading a Rails2.x app to Rails3.1 and the asset pipeline. I've removed the old AS plugin, move files from public to app/assets, and installed the new gem. However, there are no .js or .css files for AS in my app/assets directories, leading to the error:
couldn't find file 'active_scaffold' (in /home/jseidel/Dev/MyAgilePlan/app/assets/javascripts/application.js:6) Do I have to transfer them in 1by1 or is there some generator task (like rails g active_scaffold:install) to take care of this for me? Thanks...jon -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
