How to use Sprockets Rails plugin on Heroku?
- by Kevin
Hi,
I just deployed my Rails app to Heroku, but the Javascripts that were using Sprockets plugin don't work.
I understood that, because my Heroku app is read-only, Sprockets won't work. I've found this sprockets_on_heroku plugin that should do the work, but I don't really get how to use it :
I added config.gem sprockets in config/environment.rb…