I have followed book until chapter 5 finished and it\'s working OK in my linux workstation when I push to Heroku, all data pushed correctly but when I try to open Heroku (ht
I got the same problem; however, after changing 1 line code of production.rb located in config/environments/production.rb from
config/environments/production.rb
config.assets.compile = false
to
config.assets.compile = true
commit the new change. Then my sample app works fine on heroku