-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 5.0 incompatibilities #12
Comments
@mensfeld Facing the same issue here, i placed your snippet in an initalizer and it is still not working. Any hints? |
@arwaahmed unfortunately I decided not to go with Apartment as in the end I had to start doing multiple hacks to make it work. Until it is supported I would not recommend using Apartment with Rails5. |
@mensfeld What did you use instead? |
@bradrobertson Are you aware of this? Anything we can do to help? |
@jhubert I decided to go a different road ;) |
Hi there. Are we likely to see Rails 5 supported? I've taken the approach linked in one of the other threads, passing the tenant to the jobs explicitly, but gems like SearchKick queue up jobs automatically and I can't cleanly wedge the tenant name into the callback. Would be great to know if there are any other recommended approaches. Cheers! |
Apartment sidekiq is no longer working out of the box with the new Rails.
In order to make it work I had to manually invoke:
The text was updated successfully, but these errors were encountered: