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

Certain pages are missing Rails app.

Hi,

Yesterday I had a working rails4 app, today not so much. After finishing the treebook tutorial and pushing up to heroku I noticed that certain pages on my site are missing and giving the error:

"The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved."

I can visit the homepage, register, signin/out but if i try to go to the profile page I get the error.

I have run rake routes, all routes are correct. rake: db migrate locally and for heroku.

Wondering if it could be to do with changing the development database from sqlite3 to postgresql for heroku to work?

I have the profile pages on my local computer they definately exist at the correct routes however they wont appear in the local host anymore. HMMM?

Has anyone else experienced this? Any Info would be greatly appreciated!

Jim Hoskins Any ideas?

All good I fixed it :)