On Thu, Sep 10, 2009 at 8:51 AM, Kerry<ke...@katipo.net.nz> wrote:
> Hi I'm keen on taking a look at Ruby on Rails and am after some linux specific
> real world tutorials ie no "hello world" type tuts.

There's not much linux-specific stuff in Ruby on Rails, to be honest.
Just run the webrick server from the command line in one window, run
the debugger in another (if you have any breakpoints defined) and you
should be good to go.

Don't bother trying to integrate into apache while you're learning the
thing, just use webrick directly.

-jim

Reply via email to