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

What to start with : Ruby or Ruby On Rails ?

Hi everyone !

I am really new here so I'm starting to become familiar with everything. I was just wondering whether it was necessary to follow the Learn Ruby track before following the Ruby On Rails track or if both could be followed simultaneously ? What would be the most efficient approach ?

Thanks for your help !

4 Answers

Tony Nguyen
Tony Nguyen
24,934 Points

You should start learning with the Ruby programming language as Rails is the framework. If you jump in Ruby On Rails first, you may get confused by the Ruby syntax. I recommend getting started with Ruby first.

I agree with Tony. Do all the Ruby stuff first, then get into the Rails framework. It's quite a ride!!

Steve.

jason chan
jason chan
31,009 Points

Learn ruby first then rails.

You'll realize all programming languages are similar. Pretty soon you'll be doing python and javascript. LOLs.

Thanks for your replies !