[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

A good book for ruby

Manish Kutaula

6/13/2008 5:24:00 PM

Hi friends...
i have just started ruby..and i have no proper study material for it..
here u all can suggest some good books and tutorials ..
--
Posted via http://www.ruby-....

8 Answers

Jason Roelofs

6/13/2008 5:36:00 PM

0

The "Pickaxe" Book (The Pragmatic Programmers Guide to Ruby), which
you can get at any bookstore, though it is free and available here:

http://whytheluckystiff.net/rub...

For what's probably the weirdest programming language introduction /
manual / tutorial set, see _why's poignant guide to Ruby

http://poignantguide...

Jason

On Fri, Jun 13, 2008 at 1:24 PM, Manish Kutaula
<manish_leo@gbpuat-tech.ac.in> wrote:
> Hi friends...
> i have just started ruby..and i have no proper study material for it..
> here u all can suggest some good books and tutorials ..
> --
> Posted via http://www.ruby-....
>
>

saurabh purnaye

6/13/2008 5:47:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

hi Manish,
I would suggest you the good book to start with is the "agile web
development with rails"
then you can go for the online free course by Mr. Satish Talim.Here is the
url http://www.rubylearning....


On Fri, Jun 13, 2008 at 10:54 PM, Manish Kutaula <
manish_leo@gbpuat-tech.ac.in> wrote:

> Hi friends...
> i have just started ruby..and i have no proper study material for it..
> here u all can suggest some good books and tutorials ..
> --
> Posted via http://www.ruby-....
>
>


--
--
Thanks and Regards
Saurabh Purnaye
+91-9922907342
skype: sorab_pune
yahoo & gtalk: saurabh.purnaye
msn: psaurabh@live.com

Manish Kutaula

6/13/2008 5:56:00 PM

0

Jason Roelofs wrote:
> The "Pickaxe" Book (The Pragmatic Programmers Guide to Ruby), which
> you can get at any bookstore, though it is free and available here:
>
> http://whytheluckystiff.net/rub...
>
> For what's probably the weirdest programming language introduction /
> manual / tutorial set, see _why's poignant guide to Ruby
>
> http://poignantguide...


Thanks for suggestion Jason..but what i m lacking is the practice i
think..can i get some practice problems for practicing my skills in
ruby..is all what i mean to say learning by doing.
--
Posted via http://www.ruby-....

Tim Hunter

6/13/2008 6:00:00 PM

0

Manish Kutaula wrote:
> Thanks for suggestion Jason..but what i m lacking is the practice i
> think..can i get some practice problems for practicing my skills in
> ruby..is all what i mean to say learning by doing.

Check out http://rub.... A selection of the best quizzes is also
available as a book:
http://www.pragmaticprogrammer.com/titles/fr_quiz/....

--
Posted via http://www.ruby-....

Mc Mohd

6/13/2008 6:05:00 PM

0

Just check my tutorial, I hope it will fulfill your requirement:

http://www.tutorialspoint...

Thanks
Mohtashim
--
Posted via http://www.ruby-....

Craig Demyanovich

6/13/2008 6:09:00 PM

0

I've heard good things about http://rubylearning.... .

Craig

James Britt

6/13/2008 6:15:00 PM

0

Manish Kutaula wrote:
> Hi friends...
> i have just started ruby..and i have no proper study material for it..
> here u all can suggest some good books and tutorials ..

http://ruby-doc.org...

http://ruby-doc.org/gett...

--
James Britt

"The truth often suffers more by the heat of its defenders
than by the arguments of its opponents."
- William Penn.

David Masover

6/14/2008 6:56:00 PM

0

On Friday 13 June 2008 12:24:10 Manish Kutaula wrote:
> Hi friends...
> i have just started ruby..and i have no proper study material for it..
> here u all can suggest some good books and tutorials ..

The one that I wish I had when I was learning is:

http://tryruby....

It has a tutorial built in, which hooks into the interactive prompt.