[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Suggestions for a book

malcom.mac

3/12/2007 7:43:00 PM

Hello guys,
I would to join into ruby on rails/ruby community so I need of a book. A
complete big bible and not and intro or advanced-only book.
I have found these titles:

- Build Your Own Ruby on Rails Web Applications
(seems to be the best with the newest version of the framework but I
don't know if it's complete)
- Agile Web Development with Rails
- Ruby for Rails: Ruby Techniques for Rails Developers

Then probability I need of a book about Ruby language... or not?
Mmmmmm. Ruby Way: Solutions and Techniques in Ruby Programming ?

(I know Java-Objective-C-C and something about JS).
Thanks a lot
malcom

--
http://www.malc...
macos indipendent developer
8 Answers

Jeremy McAnally

3/12/2007 8:13:00 PM

0

Ruby for Rails covers both bases if you'd like to go that route: a
very good explanation of Ruby with a lot of Rails content

--Jeremy

On 3/12/07, malcom <malcom.mac@g-m-ail.com> wrote:
> Hello guys,
> I would to join into ruby on rails/ruby community so I need of a book. A
> complete big bible and not and intro or advanced-only book.
> I have found these titles:
>
> - Build Your Own Ruby on Rails Web Applications
> (seems to be the best with the newest version of the framework but I
> don't know if it's complete)
> - Agile Web Development with Rails
> - Ruby for Rails: Ruby Techniques for Rails Developers
>
> Then probability I need of a book about Ruby language... or not?
> Mmmmmm. Ruby Way: Solutions and Techniques in Ruby Programming ?
>
> (I know Java-Objective-C-C and something about JS).
> Thanks a lot
> malcom
>
> --
> http://www.malc...
> macos indipendent developer
>
>


--
http://www.jeremymca...

My free Ruby e-book:
http://www.humblelittlerubybook...

My blogs:
http://www.mrneigh...
http://www.rubyinpra...

Dejan Dimic

3/12/2007 8:24:00 PM

0

You got everything you need for developing with Ruby and Ruby on
Rails.

The most importation is a good will, enthusiasm and time to try.

There is a lot of on-line documentation so take you keyboard and just
start working.

Husein Choroomi

3/12/2007 8:33:00 PM

0

Yes David Black's book "Ruby for Rails" is a great resource, it
emphasize Ruby techniques for Rails, so you'll understand Rails
completely.

But IMO, Agile Web Development with Rails [2] is a must-read book, If
you're going to be full-time RoR developer.

[1] http://manning....
[2] http://www.pragmaticprogrammer.com/titl...

On 3/12/07, malcom <malcom.mac@g-m-ail.com> wrote:
> Hello guys,
> I would to join into ruby on rails/ruby community so I need of a book. A
> complete big bible and not and intro or advanced-only book.
> I have found these titles:
>
> - Build Your Own Ruby on Rails Web Applications
> (seems to be the best with the newest version of the framework but I
> don't know if it's complete)
> - Agile Web Development with Rails
> - Ruby for Rails: Ruby Techniques for Rails Developers
>
> Then probability I need of a book about Ruby language... or not?
> Mmmmmm. Ruby Way: Solutions and Techniques in Ruby Programming ?
>
> (I know Java-Objective-C-C and something about JS).
> Thanks a lot
> malcom
>
> --
> http://www.malc...
> macos indipendent developer
>
>


--
Husein Choroomi,
CEO, CTO
Yucca Intelligence Development
http://www.Y...

We make the web a better place!

y2kbugxp90

3/13/2007 3:37:00 AM

0

On Mar 12, 1:45 pm, malcom....@g-m-ail.com (malcom) wrote:
> Hello guys,
> I would to join into ruby on rails/ruby community so I need of a book. A
> complete big bible and not and intro or advanced-only book.
> I have found these titles:
>
> - Build Your Own Ruby on Rails Web Applications
> (seems to be the best with the newest version of the framework but I
> don't know if it's complete)
> - Agile Web Development with Rails
> - Ruby for Rails: Ruby Techniques for Rails Developers

Ruby for Rails is very thorough as others have suggested, but it's
just a tad sluggish for those who already have programming experience
(as I'm learning the hard way ;) or for those who just 'get it'. I'm
making much more headway in learning Ruby itself by messing with irb
than with the book. As for Rails, the book explains with great
lucidity the connection between Ruby and the framework. I haven't
read either of the other two books, though, and Ruby for Rails isn't
complete.

>
> Then probability I need of a book about Ruby language... or not?
> Mmmmmm. Ruby Way: Solutions and Techniques in Ruby Programming ?
>
> (I know Java-Objective-C-C and something about JS).
> Thanks a lot
> malcom
>
> --http://www.malc...
> macos indipendent developer


M. Edward (Ed) Borasky

3/13/2007 4:54:00 AM

0

malcom wrote:
> Hello guys,
> I would to join into ruby on rails/ruby community so I need of a book. A
> complete big bible and not and intro or advanced-only book.
> I have found these titles:
>
> - Build Your Own Ruby on Rails Web Applications
> (seems to be the best with the newest version of the framework but I
> don't know if it's complete)
> - Agile Web Development with Rails
> - Ruby for Rails: Ruby Techniques for Rails Developers
>
> Then probability I need of a book about Ruby language... or not?
> Mmmmmm. Ruby Way: Solutions and Techniques in Ruby Programming ?
>
> (I know Java-Objective-C-C and something about JS).
> Thanks a lot
> malcom
>
You'll end up with more than one book *eventually*, so the real question
is "what should be the *first* book?" I'd say for someone interested in
both Ruby and Rails, "Ruby for Rails" is by far the best starter. There
isn't enough Ruby in "Agile Development with Rails" and there isn't
enough Rails in "Programming Ruby", You'll end up owning them at some point.


--
M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P)
http://borasky-research.blo...

If God had meant for carrots to be eaten cooked, He would have given rabbits fire.


7stud 7stud

3/13/2007 12:51:00 PM

0

unknown wrote:
> Hello guys,
> I would to join into ruby on rails/ruby community so I need of a book. A
> complete big bible and not and intro or advanced-only book.
> I have found these titles:
>
> - Build Your Own Ruby on Rails Web Applications
> (seems to be the best with the newest version of the framework but I

I looked at that one in the bookstore yesterday. The preface said is
was for beginners to Ruby and Rails.

> - Ruby for Rails: Ruby Techniques for Rails Developers
>

I looked at that one too, and in the preface it said you should have
some exposure to Rails already.

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

dblack

3/13/2007 1:27:00 PM

0

Hi --

On 3/13/07, 7stud 7stud <dolgun@excite.com> wrote:
> unknown wrote:
> > Hello guys,
> > I would to join into ruby on rails/ruby community so I need of a book. A
> > complete big bible and not and intro or advanced-only book.
> > I have found these titles:
> >
> > - Build Your Own Ruby on Rails Web Applications
> > (seems to be the best with the newest version of the framework but I
>
> I looked at that one in the bookstore yesterday. The preface said is
> was for beginners to Ruby and Rails.
>
> > - Ruby for Rails: Ruby Techniques for Rails Developers
> >
>
> I looked at that one too, and in the preface it said you should have
> some exposure to Rails already.

Mainly you just have to have a sense of the client/server nature of
Web communication, and the fact that Rails's place in the food chain
is as a tool for helping you build server-side applications. And,
come to think of it, if you don't know that, you shortly will :-) But
I wanted to suggest that having some sense of what the pieces of the
puzzle are, even if you don't know them in detail, can be helpful.

The book doesn't assume that you've already written Rails apps, though
a lot of its readers have. In that sense it's both an intro book and a
backing-and-filling book for Ruby knowledge.


David

--
Q. What is THE Ruby book for Rails developers?
A. RUBY FOR RAILS by David A. Black (http://www.manning...)
(See what readers are saying! http://www.r.../r...)
Q. Where can I get Ruby/Rails on-site training, consulting, coaching?
A. Ruby Power and Light, LLC (http://www.r...)

Michael Christ

1/12/2011 7:39:00 AM

0


"Sidney Lambe" <sidneylambe@somewhere.invalid> wrote in message
news:slrniiprv2.8j9.sidneylambe@3f8s2dcr5.net...
> On alt.religion.christian, Michael Teacher-of-Shit wrote:
>
> This one had even less intelligence than usual.
>
> [delete]
>
> Christianity is garbage. It is spiritual poison.
>
> And Jesus had nothing to do with it. It is entirely
> the production of ignorant and venal and corrupt human
> egos.
>
> Just read the Gospels. Christians ignore most of what Jesus
> obviously thought were his most important lessons.
>
> Sid

You have been told Sid. Why do you look to the religions of man and
continue to rave on about them? They are false, yes. They are the
religions of men, the real Church/Christianity is hidden. For if man could
get his hands on her, he would crucify her, and think he does God service.



Michael Christ


Michael Christ