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 trialcaseykobashigawa
8,962 PointsProblem deploying app to Heroku using instructions in video
An error message is showing in the browser that "the page you were looking for doesn't exist." I looked online and it seems that a root route will solve the problem. However, I have no idea how to add one or do I know what this is. How can I add one? Your help is much appreciated!
2 Answers
David Moore
13,916 PointsYou should have covered routing in the following video:
In which the route route is defined as:
route to: 'statuses#index'
Hope that gets you up and running!
caseykobashigawa
8,962 PointsWow! It works! Thank you so very much David!