views:

50

answers:

3

I come from a programming background and am familiar with C++, Java etc I am starting out with ROR and I learn by doing things. So reading books is not my thing.

I am learning using the Ruby on Rails Video Tutorials from Lynda.com however they are using Ruby2. What are the video resources available for Ruby 3?

I like the fast pace books like - Sams Teach Yourself Series but thats a last resort if I cant find any good video tutorials.


Example : The new ROR uses the following :

rails generate

While the old one does :

rails script/generate

Its confusing for someone starting out which to follow. Any insights on this?

Thanks for all your comments. I am learning ROR now

+4  A: 

In my opinion, the best site there is for RoR is railscasts by Ryan Bates. He posts a new screencast every monday.

Anzeo
+1 Can't recommend Railscasts enough. This guy's posts are constantly up to date
Trip
Thanks for the recommendation. Went through couple of them. Looked good.
Vaibhav Kanwal
A: 

You could also take a look at Peepcode which doesn't only provides screencasts about ruby.
But they're all of great quality.

Damien MATHIEU
Peepcode is fairly outdated I think.
Trip
A: 

The Rails Guides are a great way to get started. Personally I would start by doing this guide/tutorial:

http://guides.rubyonrails.org/getting_started.html

There is a screencast that basically follows this guide here:

http://media.rubyonrails.org/video/rails_blog_2.mov

Thanks! Saw a couple of these. I am now on my way :)
Vaibhav Kanwal