vote up 4 vote down star
5

What are some good online tutorials/quick starts/screencasts to get up to speed on Ruby development? I recently read Brad Wilson's Ruby article in the Sep/Oct 2008 issue of CoDe magazine and would like to continue down the Ruby/IronRuby path.

(My background is mainly C# and .NET.)

flag

9 Answers

vote up 8 vote down check

Ruby is one of my favorite languages, here's a few places to start.

Why's Poignant Guide To Ruby is pretty hilarious and educational.

Ruby Documentation has lots of links.

Programming Ruby is a free, online version of one of the best Ruby books out there.

link|flag
Programming Ruby is much too haphazard in the presentation of material. Either "The Ruby Programming Language" or "The Well Grounded Rubyist" are much better choices for getting into the language. – Pinochle Aug 24 at 12:40
vote up 0 vote down

As I fellow .NET dev I would recommend this book. It explains the Ruby language syntax with comparisons to C#, then takes a dive into rails.

link|flag
vote up 0 vote down

Mr. Neighborly's Humble Little Ruby Book is a nice introduction to the language. It's well-written with a chatty, witty style.

link|flag
vote up 0 vote down

Huw Collingbourne's Book Of Ruby is a work-in-progress but quite decent as far as it goes.

Otherwise, grab the One-Click Installer (assuming you're on Windows) and have a go. Digging around the ruby-lang.org Documentation page will get you more stuff than you can probably stand.

If you're behind a proxy server and want to try out some of the goodness that is rubygems (easy-to-download libraries, very cool), you may need extra authentication help from RubySSPI without which the gem library can struggle to get to the interwebs.

link|flag
vote up 2 vote down

You should check out The Ruby Way by Hal Fulton. It is one of the best Ruby books out there. It should be able to answer most of your Ruby questions when starting out.

link|flag
vote up 1 vote down

Don't forget to simply Try Ruby In Your Browser.

link|flag
Due to _why's quiting the community this site is no longer available, a reasonable alternative is codepad.org – Davy Landman Aug 24 at 12:27
vote up 3 vote down

You should read Why's (Poignant) Guide to Ruby

And if you are too old, read

alt text

As you have .NET background, also try

alt text

link|flag
vote up 0 vote down

I'd highly recommend why's (poignant) guide to ruby. It's both informative, funny, and nothing like any programming book you've ever read. Oh and it's free. :)

Also great to read is Agile Web Development with Rails

link|flag
vote up 1 vote down

You buy the Programming Ruby - Pickaxe book
OR for a non-orthodox entry Why's Poignant guide to Ruby

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.