ruby on rails - assets:precompile doesn't seem to work, locally or not -


when pushing rails 3.2.11 app heroku, running rake assets:precompile or rails_env=production rake assets:precompile doesn't seem make assets available - doesn't matter if run rake task locally or not.

the solution set config.assets.compile = true in production.rb seems make app super slow in production.

i haven't had issue other applications.

how diagnose deal is?

when run task locally, make sure you've commited newly created files.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -