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

Brandon Keene
Brandon Keene
7,217 Points

What is the difference between the Ruby Foundations course and the Ruby Basics track?

Jason Seifer

Delving through the library, I uncovered the Ruby Foundations course, which doesn't seem to be included in any current track. Does anyone know how much it differs from the Ruby Basics track?

More to the point, as someone interested in really understanding Ruby, would it be worthwhile for me to work through it searching for new concepts, or would it serve primarily as a review?

Thanks!

1 Answer

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

Hi, Brandon Keene , you probably won't find Jason here in the forum, so allow me to answer your questions the best I can.

Basically the series of courses included in the Ruby Track was produced as a replacement for Ruby Foundation,

The difference here is that the Ruby Track courses made use of Treehouse's new workspace as teaching medium, on top of that, they use Ruby 2.x; Ruby Foundation, being an old course, was taught using version 1.9.x, whose support has ended 4 days ago https://www.ruby-lang.org/en/news/2015/02/23/support-for-ruby-1-9-3-has-ended/.

Now, to your 2nd question, the courses in the Ruby Track are meant to be introduction to Ruby basics for people who pretty much has no prior programming experience. If you're a somewhat experienced Ruby coder, those courses probably won't teach you anything you don't already know.

For in-depth coverage of Ruby, I suggest the pickaxe book and Effective Ruby; If you really wanna learn the internals of Ruby, then you wouldn't wanna miss this book Ruby Under a Microscope.

Brandon Keene
Brandon Keene
7,217 Points

William Lee

Thank you so much for letting me know! That's exactly the info I was looking for.