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 Build a Simple Ruby on Rails Application Deploying Deploying Treebook to Heroku

Problem 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
David Moore
13,916 Points

You should have covered routing in the following video:

http://teamtreehouse.com/library/build-a-simple-ruby-on-rails-application/designing-urls/creating-custom-routes

In which the route route is defined as:

route to: 'statuses#index'

Hope that gets you up and running!

Wow! It works! Thank you so very much David!