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 Installing a Ruby Development Environment Installing a Ruby Development Environment Installing Ruby on Windows

Rail 4.0.2 or the latest

Should I install the latest Rail or 4.0.2?

I guess it doesn't matter.

2 Answers

This version change doesn't really matter, but in general it really depends on how much you know about Ruby and Rails. If you're a beginner and trying to follow a tutorial, it's much easier to go with whatever version of Ruby and Rails the tutorial is using, especially when major version shifts happen (like Rails 3 vs. Rails 4).

It depends — I've typically just gone with the latest version of rails and gems — but that means that you're going to be stopping troubleshooting along the way. It gets easier though — and with gems, be sure to look at the current documentation. Things can change a lot between .x versions.

When I follow the latest docs, I don't have much trouble.