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 Advanced Social Features in Ruby on Rails Push Updates JavaScript Sorting

Final Treebook App Deploys to Heroku and works but when trying to post a status the app crashes.

Final App Deploys to Heroku and works but when trying to post a status the app crashes with an error message,"We're sorry, but something went wrong."

From the command line you can run heroku logs --app your-app-name from the command line to get the rails log output that may be helpful here. Be sure to do it just after you've experienced the error as the logs tend to be overwritten fairly quickly on heroku.

Thanks, I figured out a work around by mandating that a user has to upload a picture when signing up.