You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on 0.1.4
visits the page, I get this error
Request parameters
{"action"=>"index", "controller"=>"sidekiq/monitor/jobs"}
block (2 levels) in define_generate_prefixactionpack (4.0.5) lib/action_dispatch/routing/mapper.rb
define_method :_generate_prefix do |options|
prefix_options = options.slice(*_route.segment_keys)
# we must actually delete prefix segment keys to avoid passing them to next url_for
_route.segment_keys.each { |k| options.delete(k) }
_routes.url_helpers.send("#{name}_path", prefix_options)
end
lib/action_dispatch/routing/mapper.rb 549
on rails 4.0.5
The text was updated successfully, but these errors were encountered:
on 0.1.4
visits the page, I get this error
Request parameters
{"action"=>"index", "controller"=>"sidekiq/monitor/jobs"}
block (2 levels) in define_generate_prefixactionpack (4.0.5) lib/action_dispatch/routing/mapper.rb
define_method :_generate_prefix do |options|
prefix_options = options.slice(*_route.segment_keys)
# we must actually delete prefix segment keys to avoid passing them to next url_for
_route.segment_keys.each { |k| options.delete(k) }
_routes.url_helpers.send("#{name}_path", prefix_options)
end
lib/action_dispatch/routing/mapper.rb 549
on rails 4.0.5
The text was updated successfully, but these errors were encountered: