I bet you missed a step: In your production.rb, add: config.after_initialize do EnginesHelper.autoload_assets = false end
Make sure you've checked the instructions and followed them exactly. Thanks Bruno On Tue, Oct 6, 2009 at 10:38 AM, FUSA <[email protected]> wrote: > > I have been following the instruction on installing CE on heroku > > Everthing has gone relatively smoothly (though i cannot get rmagick > installed on dev) > > but when i try and run the DB command > > heroku rake db:schema:load > > I get this error > > users-macbook-pro-15:ceheroku user$ heroku rake db:schema:load > rake aborted! > Read-only file system - /disk1/home/slugs/65091_a4dc0dc_4849/mnt/ > public/plugin_assets > > (See full trace by running task with --trace) > (in /disk1/home/slugs/65091_a4dc0dc_4849/mnt) > --- > [COMMUNITY ENGINE] You have 70 pending CommunityEngine migrations: > CE is at 70, but you have only migrated it to 0 > Please run 'script/generate plugin_migration' AND 'rake db:migrate' > before continuing, or you will experience errors. > --- > > > Suggestions? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" 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/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
