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

I was wondering should I do the Learn Ruby course before starting the Ruby on Rails Track or will the ROR by itself be enough?

3 Answers

I did the Ruby course first. You learn the language and syntax of Ruby that is needed to code and understand Ruby on Rails. Rails is a framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern.

Merci Monsieur.

You do not HAVE to learn ruby to learn ruby on rails, which is part of the beauty of rails, but it's advised that you do because the foundation of ruby will allow you to use a lot more customization, you'll learn about classes, objects, instance variables, loops,procs, etc...that will be invaluable in rails design