aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition testing for job execution orderWill Jessop2015-11-233-7/+18
* Fixed wording.Mike Boone2015-11-082-2/+2
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-042-2/+4
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-032-10/+17
* Merge pull request #21878 from Gaurav2728/require_monitorMatthew Draper2015-10-101-1/+1
|\
| * monitor is require for SneakersAdapterGaurav Sharma2015-10-061-1/+1
* | Added missing specs for not modifying queues when using AJ test helpersWojciech Wnętrzak2015-10-072-14/+31
|/
* Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchersYves Senn2015-10-053-8/+38
|\
| * Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...Wojciech Wnętrzak2015-10-033-8/+32
* | Merge pull request #20116 from cristianbica/activejob-enqueue-loggingArthur Nogueira Neves2015-10-041-1/+1
|\ \ | |/ |/|
| * ActiveJob - log enqueued message only after the job was successfully enqueuedCristian Bica2015-05-111-1/+1
* | Support passing array to `assert_enqueued_jobs` in `:only` optionWojciech Wnętrzak2015-10-033-1/+23
* | Do not document private methods in AJ::TestHelperWojciech Wnętrzak2015-10-021-5/+5
* | Merge pull request #19425 from wvengen/feature/activejob-priority-masterRafael Mendonça França2015-09-2511-6/+132
|\ \
| * | Add job priorities to ActiveJobwvengen2015-09-1711-6/+132
* | | Use Sidekiq.options to set initial waitAndrew White2015-09-211-1/+1
* | | Run `rake db:migrate` for all Active Job integration testsAndrew White2015-09-211-1/+2
* | | Silence logging in Active Job unit testsAndrew White2015-09-211-0/+1
* | | :hocho: TyposAkira Matsuda2015-09-211-1/+1
* | | Added new lines to run title for easy log readinghiren mistry2015-09-191-1/+1
* | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+1
|/ /
* | Properly log nested parameters to Active JobMarek Pieczyk2015-09-082-1/+23
* | Silence callback deprecation warning if testing AJclaudiob2015-08-311-0/+1
* | Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-2511-2/+181
* | Fix typo on method nameRafael Mendonça França2015-08-161-3/+3
* | use `average_scheduled_poll_interval` option instead of deprecated `poll_inte...yuuji.yaginuma2015-08-151-1/+1
* | implement `provider_job_id` for `queue_classic`.Yves Senn2015-08-133-5/+14
* | use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-3/+2
* | Make assert_enqueued_with and assert_performed_with returns the matched jobJean Boussier2015-08-103-2/+38
* | Merge pull request #21145 from toydestroyer/masterYves Senn2015-08-061-15/+14
|\ \
| * | Documentation: update queue_classic info in Active Job adapters listSergey Toy2015-08-061-4/+3
|/ /
* | Add missing HelloJob require.Kasper Timm Hansen2015-08-051-0/+1
* | Merge pull request #20800 from xijo/make_active_job_locale_awareKasper Timm Hansen2015-08-0410-2/+98
|\ \
| * | Fixes #20799Johannes Opper2015-08-0410-2/+98
* | | Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-2/+2
|/ /
* | Improve error message when serializing unsaved records for jobsFaraz Yashar2015-06-282-7/+21
* | [ci skip] Add `.`yui-knk2015-06-101-1/+1
* | [skip ci] Add documentation for QueueAdapter::queue_adapterAnton Davydov2015-06-021-0/+2
* | Merge pull request #20371 from davydovanton/doc-adapter-lookupYves Senn2015-06-011-0/+4
|\ \
| * | [skip ci] Update documentation for QueueAdapters::lookupAnton Davydov2015-06-011-0/+4
* | | minor formatting changes in changelogs. [ci skip]Yves Senn2015-05-311-1/+1
* | | Remove unused package tasksArun Agrawal2015-05-281-8/+0
|/ /
* | Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-taskYves Senn2015-05-271-7/+0
|\ \
| * | Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
* | | Fix spelling mistakesYoong Kang Lim2015-05-251-4/+4
|/ /
* | doc changes for readability [ci skip]Gourav Tiwari2015-05-191-2/+2
* | Pass over CHANGELOGS [ci skip]Prathamesh Sonpatki2015-05-161-1/+1
* | [ci skip] Don’t encourage `sudo gem install`claudiob2015-05-121-1/+1
* | Merge pull request #20064 from kddeisz/qu_provider_job_idRafael Mendonça França2015-05-084-9/+16
|\ \
| * | Provide provider_job_id to qu adapter.Kevin Deisz2015-05-074-9/+16