You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2016-05-24T18:54:26.328518+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::StringDataRightTruncation: ERROR: value too long for type character varying(140)
2016-05-24T18:54:26.309961+00:00 app[web.1]: Completed 500 Internal Server Error in 641ms (ActiveRecord: 14.2ms)
The tweet and emails both went out, so this is just a db issue. I suggest increasing the column limits here.
The text was updated successfully, but these errors were encountered:
Looks like master was never pushed up to heroku after the fix for this was merged. I pushed master up and ran the migration and length limit of 140 has now been removed so I do not think that anything else needs to be done. @btaitelb I think that this can be closed again.
This was for https://www.railsschool.org/l/contributing-to-an-open-source-rails-project and the tweet message was
Learn how to contribute to open source projects @railsschool #cville {{url}}
Error from heroku logs:
The tweet and emails both went out, so this is just a db issue. I suggest increasing the column limits here.
The text was updated successfully, but these errors were encountered: