Yes, I was dumb. The second step should have been:
jruby bin/rails myapp
With that in mind, Rails is able to generate an application and run Webrick, without any apparent glitches, apart from a warning from the Oracle adapter, as is demonstrated by the screenshot below:

Moreover, in order to avoid waiting a lot of time while it is processing docs, it is advisable to install Rails as:
gem install rails --include-dependencies --no-rdoc --no-ri


0 Responses to “Rails 1.1.4 Does Run Unmodified in JRuby”