I\'m trying to put my app into production and image and css asset paths aren\'t working.
Here\'s what I\'m currently doing:
change your Production.rb file line
config.assets.compile = false
into
config.assets.compile = true
and also add
config.assets.precompile = ['*.js', '*.css', '*.css.erb']