Guidelines for Javascript and CSS Assets

2011-03-22 Thread cmar
Is there a section on Dev Center on the recommended solution for handling Javascript and CSS Assets? I haven't found one definitive solution for making the best use of the /tmp directory. I'm currently using SASS and was thinking of using jammit. But the solutions on github for using these gems

Re: Guidelines for Javascript and CSS Assets

2011-03-22 Thread John McCaffrey
Here is a recent write-up that is worth taking a look at. http://jimmycuadra.com/posts/the-challenge-of-asset-packaging-on-heroku On Tue, Mar 22, 2011 at 8:57 AM, cmar christopher@gmail.com wrote: Is there a section on Dev Center on the recommended solution for handling Javascript and CSS

Re: What is rails3_disable_x_sendfile?

2011-03-22 Thread logicaltext
Hi Trevor, Keenan is right in that Heroku doesn't support the X-sendfile method: - http://devcenter.heroku.com/articles/rack-sendfile The support team initially added this documentation last year after I submitted an issue regarding problems I was having serving Sass- generated files from

Re: Does Hoptoad Work for a Worker?

2011-03-22 Thread Matt Wynne
On 22 Mar 2011, at 13:53, Chap wrote: You've got to alias delayed_job's handle_failed_job method: http://quickleft.com/blog/hoptoad-delayedjob Thanks, but I'm explicitly calling HoptoadNotifier.notify in my own error handler, so I don't think this is the problem. -- You received this