Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Best Ruby book for experienced programmer

Reply
Thread Tools

Best Ruby book for experienced programmer

 
 
Kamil Chmielewski
Guest
Posts: n/a
 
      01-04-2008
Hello,

I have about 5 years of work experience in programming websites, and
would like to learn Ruby. I would like to learn Ruby first, and then
will eventually go on to learning Rails.

Which book would you recommend on buying & reading?

Thank you.
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Kamil Chmielewski
Guest
Posts: n/a
 
      01-04-2008
Kamil Chmielewski wrote:
> Hello,
>
> I have about 5 years of work experience in programming websites, and
> would like to learn Ruby. I would like to learn Ruby first, and then
> will eventually go on to learning Rails.
>
> Which book would you recommend on buying & reading?
>
> Thank you.


In addition, my work experience is primarily in Java, and JSP, with the
Spring framework
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Joe
Guest
Posts: n/a
 
      01-04-2008
I've been looking at this book:
http://www.amazon.com/Beginning-Ruby...9489789&sr=8-1

It seems to do a pretty good job. A good way to learn the language is
to participate in the site: http://rubyquiz.com/

Joe

On Jan 4, 2008 6:29 PM, Kamil Chmielewski <> wrote:
> Kamil Chmielewski wrote:
> > Hello,
> >
> > I have about 5 years of work experience in programming websites, and
> > would like to learn Ruby. I would like to learn Ruby first, and then
> > will eventually go on to learning Rails.
> >
> > Which book would you recommend on buying & reading?
> >
> > Thank you.

>
> In addition, my work experience is primarily in Java, and JSP, with the
> Spring framework
>
> --
> Posted via http://www.ruby-forum.com/.
>
>


 
Reply With Quote
 
Tim Hunter
Guest
Posts: n/a
 
      01-04-2008
Kamil Chmielewski wrote:
> Hello,
>
> I have about 5 years of work experience in programming websites, and
> would like to learn Ruby. I would like to learn Ruby first, and then
> will eventually go on to learning Rails.
>
> Which book would you recommend on buying & reading?
>
> Thank you.


The canonical Ruby book is _Programming_Ruby_ by Dave Thomas. It's now
nearing its 3rd edition. For Ruby and Rails, _Ruby_For_Rails_ by David
A. Black.

--
RMagick: http://rmagick.rubyforge.org/
RMagick 2: http://rmagick.rubyforge.org/rmagick2.html

 
Reply With Quote
 
Evan Haveman
Guest
Posts: n/a
 
      01-05-2008
[Note: parts of this message were removed to make it a legal post.]

>> I have about 5 years of work experience in programming websites, and
>> would like to learn Ruby. I would like to learn Ruby first, and then
>> will eventually go on to learning Rails.
>>
>> Which book would you recommend on buying & reading?


coming from a similar background, i really enjoyed "the ruby way"

http://www.amazon.com/Ruby-Way-Secon...ofessional/dp/
0672328844/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1199491338&sr= 8-1

 
Reply With Quote
 
Bjørn Arild Mæland
Guest
Posts: n/a
 
      01-05-2008
On Jan 5, 1:02*am, Evan Haveman <evanhave...@gmail.com> wrote:
> [Note: *parts of this message were removed to make it a legal post.]
>
> >> I have about 5 years of work experience in programming websites, and
> >> would like to learn Ruby. I would like to learn Ruby first, and then
> >> will eventually go on to learning Rails.

>
> >> Which book would you recommend on buying & reading?

>
> coming from a similar background, i really enjoyed "the ruby way"
>
> http://www.amazon.com/Ruby-Way-Secon...ofessional/dp/
> 0672328844/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1199491338&sr= 8-1


I would recommend "The Ruby Way" as well. I think it will suit you
better than "Programming Ruby".
 
Reply With Quote
 
Victor Reyes
Guest
Posts: n/a
 
      01-05-2008
I have a dozen or so Ruby books, although I am still trying to learn the
language.
Programming Ruby and The Ruby Way are among the one I use the most. Lately,
however, I am making use of *Teach Yourself* *Ruby in 21 Days. *This book
gives you exercises at the end of each chapter.
I make extensive use of the forum by posting my questions and monitoring
others Q&A.

On Jan 4, 2008 7:20 PM, Bj=F8rn Arild M=E6land <> wr=
ote:

> On Jan 5, 1:02am, Evan Haveman <evanhave...@gmail.com> wrote:
> > [Note: parts of this message were removed to make it a legal post.]
> >
> > >> I have about 5 years of work experience in programming websites, and
> > >> would like to learn Ruby. I would like to learn Ruby first, and then
> > >> will eventually go on to learning Rails.

> >
> > >> Which book would you recommend on buying & reading?

> >
> > coming from a similar background, i really enjoyed "the ruby way"
> >
> > http://www.amazon.com/Ruby-Way-Secon...ofessional/dp/
> > 0672328844/ref=3Dpd_bbs_sr_1?ie=3DUTF8&s=3Dbooks&qid=3D119949 1338&sr=3D=

8-1
>
> I would recommend "The Ruby Way" as well. I think it will suit you
> better than "Programming Ruby".
>
>


 
Reply With Quote
 
Jari Williamsson
Guest
Posts: n/a
 
      01-05-2008
Bjørn Arild Mæland wrote:

> I would recommend "The Ruby Way" as well.


I have the first edition of "The Ruby Way". Does anyone know if there
are substantial differences between the 1st and 2nd editions? If so, in
what areas?


Best regards,

Jari Williamsson

 
Reply With Quote
 
James Britt
Guest
Posts: n/a
 
      01-05-2008
Jari Williamsson wrote:
> Bjørn Arild Mæland wrote:
>
>> I would recommend "The Ruby Way" as well.

>
> I have the first edition of "The Ruby Way". Does anyone know if there
> are substantial differences between the 1st and 2nd editions? If so, in
> what areas?


It's bigger.



Also, it has a kick-ass (albeit increasingly outdated) section on Web
frameworks .




Seriously, it really does cover much more material, and it's a real
improvement over the 1st ed.


Go get it!



--
James Britt

www.ruby-doc.org - Ruby Help & Documentation
www.rubystuff.com - The Ruby Store for Ruby Stuff
www.risingtidesoftware.com - Wicked Cool Coding

 
Reply With Quote
 
Tim Hunter
Guest
Posts: n/a
 
      01-05-2008
Jari Williamsson wrote:
> Bjørn Arild Mæland wrote:
>
>> I would recommend "The Ruby Way" as well.

>
> I have the first edition of "The Ruby Way". Does anyone know if there
> are substantial differences between the 1st and 2nd editions? If so, in
> what areas?
>


Well, the 2nd edition has a huge section about RMagick. That right there
is worth the price

--
RMagick: http://rmagick.rubyforge.org/
RMagick 2: http://rmagick.rubyforge.org/rmagick2.html

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Job for experienced Java programmer Trax Java 6 04-25-2006 01:51 PM
Experienced programmer: where to start with Java? Dave Java 9 10-25-2004 09:31 AM
web services tutorial/software for experienced programmer? Digital Puer Java 2 08-04-2004 12:31 PM
Experienced VB programmer trying to learn Java - Which IDE is best? Bill Java 7 07-23-2004 12:12 PM
looking for intro C text for experienced programmer Guy Middleton C Programming 3 09-01-2003 10:25 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57