Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redis 3.2.0 doesn't allow tcp protocol anymore | Rafael Mendonça França | 2014-12-13 | 1 | -1/+1 |
| | | | | Use redis protocol | ||||
* | Merge pull request #17825 from aripollak/fix-activejob-sidekiq-integration | Rafael Mendonça França | 2014-12-04 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | Fix Sidekiq ActiveJob integration setup Conflicts: activejob/test/support/integration/adapters/sidekiq.rb | ||||
| * | Fix Sidekiq ActiveJob integration setup | Ari Pollak | 2014-11-28 | 1 | -1/+2 |
| | | | | | | | | | | | | * .connect on a Redis connection wasn't valid * Reset logger after we're done testing for redis connection to avoid "closed stream" error when starting server for real from a fork | ||||
* | | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -1/+1 |
|/ | |||||
* | - Removed unused variable warnings from ActiveJob Adapters | Vipul A M | 2014-10-19 | 5 | -5/+5 |
| | |||||
* | Make AJ integration tests much less verbose | Matthew Draper | 2014-09-27 | 8 | -26/+14 |
| | | | | In passing, avoid a blind retry in QC: instead, just fix the problem. | ||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 14 | -0/+521 |