back
▲ 3 points

Ask HN: Best way to get to learn Ruby for an experience programmer

by AlexeyBrin·12y ago·4 comments·view on hn ↗
Hello,

what is the best way (I'm thinking specifically at books and tutorials) to get up to speed with Ruby for an experienced Java and C programmer ?

Thanks.

4 comments
Use the search at the bottom of this page. This question gets asked weekly->monthly, depending.

Summary:

https://www.ruby-lang.org/en/

http://ruby-doc.com/docs/ProgrammingRuby/

http://ruby.learncodethehardway.org

Why's Poignant Guide To Ruby

For Rails:

http://railstutorial.org

Rails for Zombies, etc etc

I learned Ruby coming from a similar project with ruby koans:

http://rubykoans.com/

Make a Rails app, then look at how every feature you use is implemented. Just reading through the ActiveRecord source will get you some mileage.