aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22487 from joshsoftware/issue_22413Santiago Pastorino2016-01-012-3/+3
|\
| * Added support for bigdecimals in perform laterSiva Gollapalli2015-12-032-3/+3
* | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-312-2/+2
* | release notes, extract notable changes from Active Job CHANGELOG.Yves Senn2015-12-231-1/+1
* | No more no changes entries in the CHANGELOGsGenadi Samokovarov2015-12-211-3/+0
* | Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
* | Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-181-1/+1
* | Use released GlobalID now that it provides URI::GID::MissingModelIdError for ...Jeremy Daer2015-12-171-1/+1
* | [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-061-1/+1
|/
* 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