What did you use to teach yourself Ruby?
I have a few paper books (Learn to Program and Ruby On Rails 2nd Edition) and a lot of ebooks and a few video tutorials, but I am looking for the cream of the crop. Thanks!
5 comments
Why's (Poignant) Guide to Ruby: http://poignantguide.net/
This is good for your first steps. Then check out The Ruby Way to dig in deeper:
http://www.amazon.com/Ruby-Way-Second-Addison-Wesley-Profess...
This is good for your first steps. Then check out The Ruby Way to dig in deeper:
http://www.amazon.com/Ruby-Way-Second-Addison-Wesley-Profess...
With great difficulty, to be honest. A lot of the modules I looked at did not have great documentation. Even the docs for built-in/standard libraries was not very accessible to me, as a newcomer.
I think there's a bit of an over-reliance on in-code documentation. It's not a substitute for good overviews, tutorials, and examples.
I think there's a bit of an over-reliance on in-code documentation. It's not a substitute for good overviews, tutorials, and examples.
A good idea to implement.
This was pretty invaluable for me early on, http://tryruby.hobix.com/
Also from Why_.
It's a bit of a shame that all his work is so spread out, I think; though I suppose http://code.whytheluckystiff.net/ helps.
It's a bit of a shame that all his work is so spread out, I think; though I suppose http://code.whytheluckystiff.net/ helps.
Beginning Ruby From Novice To Professional by Peter Cooper