Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Error Posting Status on "Making a simple ruby on rails app"

My app works fine on the local host and deployed to heroku successfully but when I try to post a status I get a "We're sorry something went wrong" error. I can't figure out whats going on its especially confusing because the exact same code runs perfectly on my local host

Help me Treehouse!!!

1 Answer

James White
James White
6,159 Points

Did you run heroku run rake db:migrate?