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 Install

Hi everyone!

Im just getting going with Sass, and need to install Ruby on my PC. I began watching Jason's Vid for installing Ruby and there seems to be a lot of newer versions since this tutorial and my little concern is the Dev Kit...

The latest Ruby was 2.2.1 and the Latest Dev kit says its for versions up to 2.1

Should I download a slightly earlier version of ruby like 2.1.5 so I can follow along with the vids better by downloading the matching dev kit or should i just download the latest version of Ruby and no Dev Kit?

Thanks to anyone who can clear this up for me :)

1 Answer

James Home
James Home
12,011 Points

For this case it wouldn't matter too much if you had a later version than shown in the videos because the Sass syntax won't be that different because you are upgrading Ruby, rather than Sass itself.

Get the latest stable build of Ruby and Node.

NB: I gave up on using a Windows PC and now typically use a Unix based OS like OSX or Linux for web development. I'd advise doing the same and just install Ubuntu.

Thanks James :)