Hi Mike, please try to set ACTIVE_SCAFFOLD_INSTALL_ASSETS = false in your production environment file.
-- Volker On Feb 4, 2:23 pm, MikeBlyth <[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.
