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

Git Pull Question for Ruby on Rails (Pulled files to a new computer)

I recently built a new computer and pulled the Ruby Project from Git hub onto it, but I'm getting errors (I had errors on it before but not this many). Is there anything else I need to do to make sure now that its on a new computer? I did update the Gem's.

1 Answer

you will need to migrate your database if you havent. Im pretty sure the command is rake db:migrate