On Nov 27, 4:55 pm, rb <
raphi...@gmail.com> wrote:
> On Nov 26, 7:08 pm, "Fabio Kung" <
fabio.k...@gmail.com> wrote:
>
>
>
> > Hi Raph,
> > Just install jetty-rails; it already comes bundled with jetty. You don't
> > have to install anything else, just follow the steps described here:
>
> >
http://jetty-rails.rubyforge.org/
>
> > Summary:
>
> > jruby -S gem install jetty-rails
> > cd myrailsapp
> > jruby -S jetty_rails
>
> > Before running your application with jetty-rails, you must be sure that it
> > can be runned with jruby (i.e.: you have all required gems installed in your
> > jruby and have configured your database.yml file to use the jdbc adapter).
> > Also makes sure that you aren't running with jruby-1.1.4, which has a known
> > bug.
>
> ok, thanks. I'm on jruby 1.1.4 :-)
>
> I'll upgrade it and test again.