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

Ruby On Rails

Hi, If I already have Ruby and Git installed, should I still use Railsinstaller.org for the rest?

4 Answers

This is in reference to Building a Simple Ruby On Rails app.

I don't think it would hurt anything if you did so, but I would go out on a limb and say that if you're comfortable with the terminal now, I'd just use RubyGems (installed with rvm).

$ gem install rails -v 3.2.11
James Barnett
James Barnett
39,199 Points

The RailsInstaller adds in a few needed things, like gem & sqlite. Read the RailsInstaller page and see what you think.

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

You don't have to use the RailsInstaller specifically but it will help to install other dependencies we use in the videos.