[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Newbie needs advice to startoff Ruby!

Jay

3/12/2009 1:55:00 PM

=A0=0AHello,=0A=0AI have just started learning ruby through various tutori=
als on the internet. But i would like get more valuble information regardin=
g the best books available , online tutorials , simple and complete referen=
ce.=0A=0AThanks=0AJay=20
9 Answers

Marc Heiler

3/12/2009 2:36:00 PM

0

Jay wrote:
>  
> Hello,
>
> I have just started learning ruby through various tutorials on the
> internet. But i would like get more valuble information regarding the
> best books available , online tutorials , simple and complete reference.
>
> Thanks
> Jay


Personally I recommend to buy the hardcopy version of the pickaxe.

Even after you finished it, the reference can be very nice. Lots of fun
bits to discover.


However, to "learn" ruby, I advise you to start with small ruby scripts
and work on that to bigger projects. There really is no alternative IMHO
and also no better way in ruby, than just start writing ruby scripts.
The more ruby you use, the better you become. I found ruby to go very
close to my thinking.
--
Posted via http://www.ruby-....

shree jayendra

3/12/2009 3:30:00 PM

0

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

Get all ruby/rails books here (free) http://www.itstudy8.or...

On Thu, Mar 12, 2009 at 8:05 PM, Marc Heiler <shevegen@linuxmail.org> wrote:

> Jay wrote:
> >
> > Hello,
> >
> > I have just started learning ruby through various tutorials on the
> > internet. But i would like get more valuble information regarding the
> > best books available , online tutorials , simple and complete reference.
> >
> > Thanks
> > Jay
>
>
> Personally I recommend to buy the hardcopy version of the pickaxe.
>
> Even after you finished it, the reference can be very nice. Lots of fun
> bits to discover.
>
>
> However, to "learn" ruby, I advise you to start with small ruby scripts
> and work on that to bigger projects. There really is no alternative IMHO
> and also no better way in ruby, than just start writing ruby scripts.
> The more ruby you use, the better you become. I found ruby to go very
> close to my thinking.
> --
> Posted via http://www.ruby-....
>
>

Michael Kohl

3/12/2009 4:53:00 PM

0

Hi!

On Thu, Mar 12, 2009 at 2:54 PM, Jay <jay9978@rediffmail.com> wrote:
> I have just started learning ruby through various tutorials on the internet. But i would like get more valuble information regarding the best books available , online tutorials , simple and complete reference.

I would definitely recommend the core Ruby course at RubyLearnig if
you are just starting out. Incidentally we have one starting this
Friday:

http://www.rubylearning....

The course lasts for 8 weeks, you can do it at your own pace, there's
course materials, exercises, active forums etc.

Michael

Paul Archer

3/12/2009 5:33:00 PM

0

Very uncool, man. There are people who depend on selling the books they
worked hard to write and publish, and you're undermining their income.
That goes double for small publishers like Pragmatic Programmers, who
apparently have pretty much their whole library of publications on that
site.

Not to mention that this list (and I'm sure the entire Ruby community)
would rather *not* be known for blatant copyright violation.

Paul


On Fri, 13 Mar 2009, shree jayendra wrote:

> Get all ruby/rails books here (free) http://www.itstudy8.or...
>
> On Thu, Mar 12, 2009 at 8:05 PM, Marc Heiler <shevegen@linuxmail.org> wrote:
>
>> Jay wrote:
>>>
>>> Hello,
>>>
>>> I have just started learning ruby through various tutorials on the
>>> internet. But i would like get more valuble information regarding the
>>> best books available , online tutorials , simple and complete reference.
>>>
>>> Thanks
>>> Jay
>>
>>
>> Personally I recommend to buy the hardcopy version of the pickaxe.
>>
>> Even after you finished it, the reference can be very nice. Lots of fun
>> bits to discover.
>>
>>
>> However, to "learn" ruby, I advise you to start with small ruby scripts
>> and work on that to bigger projects. There really is no alternative IMHO
>> and also no better way in ruby, than just start writing ruby scripts.
>> The more ruby you use, the better you become. I found ruby to go very
>> close to my thinking.
>> --
>> Posted via http://www.ruby-....
>>
>>
>

usw wickramasinghe

3/12/2009 5:45:00 PM

0

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

I would suggest "The Ruby Programming Language by David Flanagan; Yukihiro
Matsumoto [O'Reilly]" .It is a nice book for fast track learning if you have
been already exposed to some programming experience (of course not in
ruby..) and design concepts..provide most of the details short n sweet..

-Udayanga

rick_2047

3/13/2009 3:20:00 AM

0

If the topic of books have been brought up i would like someone to
recommend a book on test driven programming. Thanks in advance.

On Mar 12, 10:44=A0pm, usw wickramasinghe <mastershield2...@gmail.com>
wrote:
> I would suggest "The Ruby Programming Language by David Flanagan; Yukihir=
o
> Matsumoto [O'Reilly]" .It is a nice book for fast track learning if you h=
ave
> been already exposed to some programming experience (of course not in
> ruby..) and design concepts..provide =A0most of the details short n sweet=
.
>
> -Udayanga

Phlip

3/13/2009 3:27:00 AM

0

rick_2047 wrote:

> If the topic of books have been brought up i would like someone to
> recommend a book on test driven programming. Thanks in advance.

/TDD by example/ by Kent Beck
/TDD by something/ by Dave Astels
/The RSpec Book/ by GitHub

My TDD links: http://www.zerop...

/Agile Web Development in Rails/ by the Daves

--
Phlip

David Chelimsky

3/15/2009 4:58:00 AM

0

On Thu, Mar 12, 2009 at 10:27 PM, Phlip <phlip2005@gmail.com> wrote:
> rick_2047 wrote:
>
>> If the topic of books have been brought up i would like someone to
>> recommend a book on test driven programming. Thanks in advance.
>
> /TDD by example/ by Kent Beck

Got this one right

> /TDD by something/ by Dave Astels

TDD: A Practical Guide by Dave Astels

> /The RSpec Book/ by GitHub

We've got 6 authors on The RSpec Book, but GitHub is not one of them,
last I checked.

http://www.pragprog.com/titles/achbd/the-...

Cheers,
David
>
> My TDD links: http://www.zerop...
>
> /Agile Web Development in Rails/ by the Daves
>
> --
> =A0Phlip
>
>

Phlip

3/15/2009 5:05:00 AM

0

David Chelimsky wrote:

>> /The RSpec Book/ by GitHub
>
> We've got 6 authors on The RSpec Book, but GitHub is not one of them,
> last I checked.

Props to all of them, yet at least I did not credit /Effective C++/, like I did
a few years ago, to Eddie Van Halen...

Scott Meyers: http://www.aristeia.com/images/sdm...

EVH:

http://eddievanhalenfans.com/files/2008/08/eddie-van-halen-pic-3-2...

Now, has anyone ever, like, seen them both together at the same time? (-;