Still incompatibilties with jruby 1.9

I’m trying to use jruby -v 1.9.
When I run the application I have the error:

Completed 500 Internal Server Error in 15ms

NameError (uninitialized constant Settings):

Rendered
/home/mauro/jruby-1.6.4/lib/ruby/gems/1.8/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb
(50.0ms)
Rendered
/home/mauro/jruby-1.6.4/lib/ruby/gems/1.8/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb
(9.0ms)
Rendered
/home/mauro/jruby-1.6.4/lib/ruby/gems/1.8/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb
within rescues/layout (90.0ms)

That happens if I create e controller with action index and put that
controller#action as root in the routes.rb file and delete index.html
under /public.
If restore index.html and let root default under routes.rb all goes
well.

this doesn’t happen with 1.8?

On 14 September 2011 19:41, Roger P. [email protected] wrote:

this doesn’t happen with 1.8?

With 1.8 no, but I’ve found the problem, is rails_config gem, now I’m
using app_config.