Sorry, I couldn't find the question or answer on the list when I looked earlier this morning, so I thought perhaps it had not gotten posted.
I did add "ACTIVE_SCAFFOLD_INSTALL_ASSETS = false" to config/ environments/production.rb, did git commit, and pushed to Heroku. Unfortunately, I am still getting the same error. I am using the gem version of ActiveScaffold, if that makes any difference. On Feb 7, 12:14 pm, vhochstein <[email protected]> wrote: > Hi Mike, > > You ve asked this question already... ?? > Did my suggestion not solve your issue? > > please try to set ACTIVE_SCAFFOLD_INSTALL_ASSETS = false > in your production environment file. > > -- > Volker > > On Feb 7, 11:17 am, Mike Blyth <[email protected]> wrote: > > > I am trying to deploy an app to Heroku for the first time. The app > > uses AS (vhochstein fork). The problem is that I am getting this > > error: > > > /usr/ruby1.8.7/lib/ruby/1.8/fileutils.rb:1263:in `initialize': > > Permission denied - /disk1/home/slugs/ > > e363a725-2eba-49e2-8411-85c0d6979a1c/mnt/public/javascripts/ > > active_scaffold/default/date_picker_bridge.js (Errno::EACCES) > > > It appears that AS is trying to write date_picker_bridge.js. So far, I > > have done this: > > > - Run my local WEBrick server in production mode, accessed the local > > site, and committed the changed date_picker_bridge.js file. > > > - Added `config.action_controller.perform_caching = false` to > > environments/production.rb > > > Apparently, AS is still trying to write the file. Any suggestions? -- 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.
