Thanks, Hernan... I finally figured it out: I had upgraded this app from Rails 2.x and had incorrectly updated the config/application.rb for Bundler. Once I corrected that, things started working again.
Cheers...jon On Thursday, April 4, 2013 6:36:08 AM UTC-7, HernĂ¡n Astudillo wrote: > > no, just use it like most rails 3.x gems with assets: > > add to app/assets/javascripts/application.js > //= require active_scaffold > > and add to app/assets/stylesheets/application.css (or whatever format > appears "application" file there) > //= require active_scaffold > > and that's it! > > remember to include jquery there. i'm not really sure if prototype is > still supported... > > > On Tue, Apr 2, 2013 at 4:57 PM, JESii <[email protected] <javascript:>>wrote: > >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/activescaffold?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- 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.
