0
votes
0answers
18 views

Heroku Deployment Error : Application Error

I am trying to deploy my rails on heroku. Everything runs fine on my localhost but getting application error after deploying in heroku. I don't in-depth knowledge of rails. Any help will be highly ...
0
votes
0answers
27 views

Rails code working with sqlite but fails on heroku with postgres

Can any one suggest why the following query might be raising error: TypeError: can't dump anonymous class Class: INSERT INTO "emails" ("content", "created_at", "email_from", "email_to", "filter_id", ...