tags:

views:

100

answers:

4

i am familiar with PHP and JSP. i am interested in learning ruby i seek some learning materials/resouces/books to learn ruby. it would be better if the material/Books/Resource compares Ruby with PHP or JSP. i prefer comparative learning. and also suggest some IDE for ruby. Thank in advance.

+2  A: 

Try this boook:

rails-for-php-developers

a here is a good IDE for ruby NetBeans IDE

Petr

praethorian
A: 

For dead-tree-edition books, I recommend the Pragmatic Programmer series for learning both Ruby & Rails. Online, the excellent reference docs at http://rubyonrails.org/documentation are my first go-to resource.

John Franklin
A: 

Use VIM & Pickaxe.

Arnis L.
+3  A: 

I've never come across a book that bridges PHP to Ruby, sorry.

I am a Ruby beginner, and here is what I have bookmarked.

Interactive, try now:
http://tryruby.org/

Free resources:

I'm not a fan of Why's Poignant Guide - I think the book's (attempts at) humour are distracting. He knows his stuff however. It might be to your liking, so:

Recommended not-free book for beginner:

Programming challenges for practice:

I use SciTE for my Ruby interaction. It comes with the Ruby installer and does everything I need.

b1_