journey icon indicating copy to clipboard operation
journey copied to clipboard

jruby + puma undefined method `names' for nil:NilClass

Open glebm opened this issue 11 years ago • 2 comments

When running on puma, around 10% (ymmv) of the requests fail with the following exception:

NoMethodError (undefined method `names' for nil:NilClass):
  /Users/glebm/.rvm/gems/jruby-head@jl/gems/journey-1.0.4/lib/journey/router.rb:137:in `find_routes'

Full backtrace here: https://gist.github.com/4235007

glebm avatar Dec 07 '12 17:12 glebm