[Radiant] Application Error / Error H10 when using Radiant on Heroku

2011-10-25 Thread AgentSage
Hello all, I have been grappling with Radiant for a couple weeks now. I feel close to getting my blog up and running on Heroku. In fact, my site appears fine in the local environment, but on Heroku I receive the following message: - Application Error An error occurred in the application and

[Radiant] Re: Application Error / Error H10 when using Radiant on Heroku

2011-10-25 Thread john
i think the two most common problems deploying to heroku are issues with file creation at boot. have you booted production locally and committed all.js to your repo? how about disabling sass compilation? try adding `Sass::Plugin.options[:never_update] = true` to config/environments/production.r

Re: [Radiant] Re: Application Error / Error H10 when using Radiant on Heroku

2011-10-25 Thread Jordon Bedwell
On 10/25/2011 05:24 PM, john wrote: > i think the two most common problems deploying to heroku are issues with > file creation at boot. have you booted production locally and committed > all.js to your repo? how about disabling sass compilation? try adding > `Sass::Plugin.options[:never_update]