I\'m new in Rails development and this is my first deployment to Heroku. When I execute my application (after the deployment) there is an error:
2011-09-18T2
Instead of config.assets.compile = true use config.serve_static_assets = true
config.assets.compile = true
config.serve_static_assets = true
The first option is incorrect, because it tells your server to go back to serving the app/assets folder.