On 6/4/06, Dominic Son <dominicson@gmail.com>
wrote:> 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?
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> 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.
--
-Alder