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

Justin Kalish
Justin Kalish
2,500 Points

using project files

I am using rails 4. I want to use the project files from Build a Simple Ruby on Rails Application and use rails 3.2. I downloaded the project files. On my terminal I ran bundle install and then migrated the db. When i run the server, bootstrap is not linked and many features do not work.

Could someone please tell me the proper way to use the project files?

1 Answer

Eddie Flores
Eddie Flores
9,110 Points

In my opinion, using the project files can lead to a lot of issues, because you have Rails 4 installed. I made an unofficial guide to help you sidestep many of the issues. https://teamtreehouse.com/forum/unofficial-guide-to-actually-finishing-the-ror-intro-tutorial

The only thing that I was able to do, but not able to get to work was the end where you upload to heroku. I'm still working on that.

Justin Kalish
Justin Kalish
2,500 Points

Thank you! This looks great!