Try adding the rails_12factor gem to get a more robust error log ( only if you’re using Heroku ).
Make sure you rake db:migrate your database on Heroku with heroku run rake db:migrate
Try adding the rails_12factor gem to get a more robust error log ( only if you’re using Heroku ).
Make sure you rake db:migrate your database on Heroku with heroku run rake db:migrate