I also deleted the whole Heroku app and recreated it, just to be sure it was set up properly with the `ACTIVE_SCAFFOLD_INSTALL_ASSETS = false` and the gem, not the plugin, and so on, but it still gives the error.
On Feb 7, 3:08 pm, Mike Blyth <[email protected]> wrote: > Yes, that's the gem, and the Heroku bundler output says "Installing > active_scaffold_vho (3.0.11)" > > On Feb 7, 2:28 pm, vhochstein <[email protected]> wrote: > > > Hi Mike, > > > can you please make sure that you are using gem > > 'active_scafffold_vho'. > > > -- > > Volker > > > On Feb 7, 2:02 pm, Mike Blyth <[email protected]> wrote: > > > > 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.
