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!
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

Daniel Sullivan
5,187 PointsRuby On Rails
Hi, If I already have Ruby and Git installed, should I still use Railsinstaller.org for the rest?
4 Answers

Daniel Sullivan
5,187 PointsThis is in reference to Building a Simple Ruby On Rails app.

rayorke
27,709 PointsI 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
39,199 PointsThe RailsInstaller adds in a few needed things, like gem & sqlite. Read the RailsInstaller page and see what you think.

Jason Seifer
Treehouse Guest TeacherYou don't have to use the RailsInstaller specifically but it will help to install other dependencies we use in the videos.