Reputation: 1129
i've push my files into heroku but somehow the output turn to be black and white. Why is this so ? What went wrong with it ? this is the link
http://rapd-primer-generator.herokuapp.com/
Upvotes: 0
Views: 55
Reputation: 37507
Add the required Heroku gems, rails_12factor and it should look ok. Also, why are you using the RC of Rails4? Rails 4.0.2 is current.
https://devcenter.heroku.com/articles/getting-started-with-rails4#heroku-gems
Upvotes: 1