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
Guys, now the gem has rails dependency. It helps with developing some general features. But if we remove it, we will be able to work with all Rack-oriented applications. So here we can discuss that removing process.
Please feel free to ask any questions!
The text was updated successfully, but these errors were encountered:
I guess we could use sinatra instead and mount it a-la sidekiq. I would suggest using sinatra as a peer dependency to give client apps more flexibility and avoid version resolution conflicts. We also would need to figure lowest common denominator, i.e. minimum requirements on sinatra version in order to work.
I think reading sidekiq source code would be useful for that.
Guys, now the gem has rails dependency. It helps with developing some general features. But if we remove it, we will be able to work with all Rack-oriented applications. So here we can discuss that removing process.
Please feel free to ask any questions!
The text was updated successfully, but these errors were encountered: