My first hours with Ms Ruby

was wondering how i would have to change things in order for Ms Ruby to
run on my Apache as supposed to hangin on to this webRICK thing.

Thanks.

Also, what’s the best book out there, is it the one from manning?

On 6/4/06, Dominic S. [email protected] wrote:

Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Look for Apache setup tutorial on the Wiki. You probably want to hook
it through FastCGI. Note, however, that WEBrick is generally a good
choice for development, and unless you expect heavy loads - even in
production.

Setting up Apache might be non-trivial, so maybe consider Instant
Rails, which would effectively do it for you.

The best Rails book is considered to be Agile Web Programming with
Rails, by the Pragmatic Programmers.

Thank you for your response.

I’m buyin the book.