Skip to content

Instantly share code, notes, and snippets.

@PJK
Created February 19, 2015 14:04
Show Gist options
  • Save PJK/fc95af896faff98ee79c to your computer and use it in GitHub Desktop.
Save PJK/fc95af896faff98ee79c to your computer and use it in GitHub Desktop.
vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.0/lib/action_dispatch/routing/route_set.rb:271:in `call': undefined method `url_options' for #<Module:0x007fd2d8597d58> (NoMethodError)
from vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.0/lib/action_dispatch/routing/route_set.rb:222:in `call'
from vendor/bundle/ruby/2.0.0/gems/actionpack-4.2.0/lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
from config/environment.rb:134:in `block (2 levels) in <top (required)>'
[... app specific code, sorry ...]
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/processor.rb:52:in `block (2 levels) in process'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:122:in `call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:122:in `block in invoke'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-pro-1.9.0/lib/sidekiq/batch/middleware.rb:26:in `call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:124:in `block in invoke'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/server/active_record.rb:6:in `call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:124:in `block in invoke'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/server/retry_jobs.rb:74:in `call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:124:in `block in invoke'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/server/logging.rb:11:in `block in call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/logging.rb:22:in `with_context'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/server/logging.rb:7:in `call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:124:in `block in invoke'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:127:in `call'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/middleware/chain.rb:127:in `invoke'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/processor.rb:51:in `block in process'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/processor.rb:94:in `stats'
from vendor/bundle/ruby/2.0.0/gems/sidekiq-3.2.5/lib/sidekiq/processor.rb:50:in `process'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `public_send'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:25:in `dispatch'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/calls.rb:122:in `dispatch'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:322:in `block in handle_message'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/actor.rb:416:in `block in task'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/tasks.rb:55:in `block in initialize'
from vendor/bundle/ruby/2.0.0/gems/celluloid-0.15.2/lib/celluloid/tasks/task_fiber.rb:13:in `block in create'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment