tags:

views:

117

answers:

5

i write something in ruby thinking that it will work as it did in php but no!

i realized that you need to clone objects using .clone

merely associating to a variable doesn't work !

in php this worked fine!

it took 2 days until i discovered this error!

what tutorials can i read to get firm grasp on ruby ?!

+3  A: 

Why's poignant guide to ruby

ennuikiller
While I find that Why's poignant guide is a nice piece of work in the artistic sense, somehow it just didn't click with me at all on a technical level. It's nice to know that I can write code with Ruby that reads like an English poem, but somehow, ironically, he never sufficiently explains **why**. Or is it just me?
deceze
i agree i couldnt stand this guide with all its comic distractions. i found it very annoying.
puqt
+3  A: 

You might also want to look at the Pickaxe online.

Ian
+1  A: 

Beginning Ruby by Peter Cooper is a good option.

Barry Hess
A: 

I am a new Ruby user as well. What I did was build a web app first with Rails and then move into the Ruby core. This is the book I started with.

Foundation Rails 2

Jeffery H.
A: 

Check out this book: Rails for PHP Developers

powtac