I Have a Listings controller and users can add a description. If the description is long, which it should be, I receive this error in Heroku:
Listings controller
A
It would seem that specifying the column as a :text type and not a :string would fix this problem.