-
Looking for Ruby tutorial (2 messages)
- Posted by: josh l
- Posted on: April 24 2008 07:42 EDT
Hello, i am sorry if i have posted this question in wrong section. But i found this category more appropriate with compare to other. I m having basic knowledge of programming, c,c++, j2se, Php but i want to learn ruby now. can anyone post good tutorial for the same. help will be appreciated. thanksThreaded Messages (2)
- Why's Poignant Guide by Charles Stanton on May 13 2008 13:10 EDT
- Re: Looking for Ruby tutorial by John Sextro on May 19 2008 16:23 EDT
-
Why's Poignant Guide[ Go to top ]
- Posted by: Charles Stanton
- Posted on: May 13 2008 13:10 EDT
- in response to josh l
It's a bit unorthodox in its presentation, but it's also a bit of a cult phenomenon in learning Ruby: http://poignantguide.net/ruby/chapter-1.html -
Re: Looking for Ruby tutorial[ Go to top ]
- Posted by: John Sextro
- Posted on: May 19 2008 16:23 EDT
- in response to josh l
Why the Lucky Stiff's guide is a classic and must read (gotta love the Chunky Bacon!). Here are some other recommendations: Note: These guides are for Ruby on Rails (rather than just plain Ruby), the most popular way to use Ruby for web developoment. http://www.rubyonrails.org/docs -- from Rails' creator(s) http://peepcode.com/ -- from Geoffrey Grosenbach (give TopFunky a shout-out for me). I have personally used all of the resources available on these sites and I think they are a great starting point.