Learning the fine points of Ruby

Hey all,
I adore Ruby. I love everything about it. The debugging, the
community, the syntax…

But my code sorta looks like VBScript - simple and generic. I have
seen some really great Ruby code - some I can understand, others I
just can’t wrap my mind around. But how do you learn to think like that?

Can anyone recommend a book or site that teaches you to write Ruby
succinctly and rubily?

thanks,
aRi
--------------------------------------------|
If you’re not living on the edge,
then you’re just wasting space.

On Jul 20, 2007, at 12:32 PM, Ari B. wrote:

Hey all,
I adore Ruby. I love everything about it. The debugging, the
community, the syntax…

But my code sorta looks like VBScript - simple and generic. I have
seen some really great Ruby code - some I can understand, others I
just can’t wrap my mind around. But how do you learn to think like
that?

By reading and writing lots of Ruby code.

Can anyone recommend a book or site that teaches you to write Ruby
succinctly and rubily?

I know you have participated in Ruby Q., but have you really
explored James’ Ruby Q. web site which makes a huge amount of
interesting code available for you to read? It may be just what
you’re looking for.

Regards, Morton

On 7/20/07, Morton G. [email protected] wrote:

Regards, Morton

Read the PickAxe book, read it for 15 to 30 minutes per day.

Force yourself to live on the command line with the ‘irb’ and ‘ri’
tools (PickAxe talks about this). Avoid a GUI for coding and use vi
or emacs (during this period a GUI will make you dumb).

And if you are into Rails about two or three months later read the
Ruby appendix in the Agile book.

Then read the PickAxe book again about 12 months later.

Participate in your local Ruby group, find yours here:
http://rubyholic.com/
Start a group if one is not in your proximity.

Write your first gem, use hoe because it will make it really easy for
you to publish it.
http://seattlerb.rubyforge.org/hoe/

I think “The Ruby Way” is the original poster’s best bet in terms of
writing idiomatic Ruby. It’s very much about writing Ruby that looks
like Ruby, as opposed to other languages, and that was definitely a
core part of the original question.

Another way to do it is to get the source code for a package like
Rails or Rake or RSpec or really anything nifty and useful and use
that code as a sort of combined puzzle and style guide. Figure out how
existing packages do things, and emulate them.


Giles B.

Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org

On 2007-07-20 12:32:32 -0400, Ari B. [email protected] said:

thanks,
aRi
--------------------------------------------|
If you’re not living on the edge,
then you’re just wasting space.

Ruby Way by Hal F. is the book you need. I, too came from C# and
VB and this book really helped me tremendously.

Mike M. wrote:

Read the PickAxe book, read it for 15 to 30 minutes per day.
https://pragprog.com/titles/ruby/programming-ruby-2nd-edition/

Excellent advice. To that I might add “The Ruby Way” as a great source.

http://www.amazon.com/Ruby-Way-Second-Addison-Wesley-Professional/dp/0672328844/ref=sr_1_1/103-4385456-5079837?ie=UTF8&s=books&qid=1184954192&sr=1-1