Skip to content
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 4 Compatibility? #806

Closed
mperham opened this issue Apr 2, 2013 · 3 comments
Closed

Rails 4 Compatibility? #806

mperham opened this issue Apr 2, 2013 · 3 comments

Comments

@mperham
Copy link
Collaborator

mperham commented Apr 2, 2013

Anyone running Sidekiq with Rails 4 or care to run the Sidekiq test suite against it and verify things work?

@bensie
Copy link
Contributor

bensie commented Apr 2, 2013

Just FYI, you can use Travis to test against various Gemfiles that specify particular versions of dependencies. For example, we do this with CarrierWave:
https://github.com/jnicklas/carrierwave/blob/master/.travis.yml

Rails 4 (master) Gemfile:
https://github.com/jnicklas/carrierwave/blob/master/gemfiles/rails_master.gemfile

I can try to work up a PR that does this for you, but it may take a few commits of tweaking before it runs clean on Travis.

@benubois
Copy link
Contributor

benubois commented Apr 5, 2013

24,420,229 jobs processed using Sidekiq 2.9.0 and Rails 4.0.0 beta 1 in production. Using a combination of perform_async, delay and push_bulk for queueing jobs. Honeybadger integration also works.

@elsurudo
Copy link

I'm using it in development on Rails 4.0.0.rc1, and things generally seem to work well. The only thing I'm having trouble with is exception notifications being dispatched in workers (via exception_notification gem), but that may not be related to Rails 4.

@mperham mperham closed this as completed May 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants