This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Sinatra apps mounted inside Rails broken with v3 #31
Comments
Weird. I have that exact Sidekiq setup in two of my apps and no problem with it. I can look into this but I'm unsure when I'll have the time. Whatever you can provide to help would be great. Thanks! |
i'm also facing same issue
this is the error log.
|
Looks like sinatra has this fixed in gem 'sinatra', github: 'sinatra'
gem 'sidekiq' Can either one of you confirm? @mfkp @pallavsharma |
Anybody still have this problem? Otherwise I'm closing this because I like closing stuff 😄 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there, me again.
As part of the upgrade process, I noticed that my "mounted apps" using Sinatra are now broken.
A common example would be Sidekiq::Web (a web interface for your sidekiq queue).
It is mounted in the routes file like:
And the error that you get when visiting that page is:
Here's the backtrace if it helps:
I assume the problem is that I'm only using the Rails initialization steps, but I'll also need to somehow include the Rack steps for these mounted Rack apps.
Any idea on how that can be done?
The text was updated successfully, but these errors were encountered: