aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
Commit message (Expand)AuthorAgeFilesLines
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-2/+2
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-1/+1
* Prep Rails 5 beta 4eileencodes2016-04-271-1/+1
* Fix typo in ActiveJob #retry_job docGraeme Boy2016-04-231-1/+1
* - [ci skip] Active Job Async doesn't support to Async feature as per it's def...Mohit Natoo2016-04-221-1/+2
* Merge pull request #24165 from y-yagi/generate_application_job_when_not_existEileen M. Uchitelle2016-04-092-0/+19
|\
| * generate ApplicationJob if it does not already existyuuji.yaginuma2016-03-252-0/+19
* | update `assert_no_performed_jobs` doc to use `assert_no_performed_jobs` metho...yuuji.yaginuma2016-03-301-18/+5
|/
* Add JSON round trip verification testcaseMike Perham2016-03-091-1/+1
* Job payload should be symmetric across JSON dump/loadMike Perham2016-03-091-1/+1
* Use AS::Reloader to support reloading in ActiveJobMatthew Draper2016-03-023-2/+18
* Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-293-85/+98
* Do not define methods in the included blockRafael Mendonça França2016-02-241-293/+289
* Prep release for Rails 5 beta3eileencodes2016-02-241-1/+1
* [ci skip] Fix enqueuing spelling to maintain consistencyAbhishek Jain2016-02-123-3/+3
* fix typo in `assert_enqueued_jobs` example [ci skip]yuuji.yaginuma2016-02-071-1/+1
* Missed a few spots in inline -> async switchDavid Heinemeier Hansson2016-02-052-2/+2
* Change the default adapter from inline to asyncDavid Heinemeier Hansson2016-02-051-3/+3
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-1/+1
* Update sucker_punch adapter's descriptionJon Moss2016-01-271-6/+4
* Update ActiveJob adapter for sucker_punch 2.0Jon Moss2016-01-272-3/+14
* Merge branch '5-0-beta-sec'Aaron Patterson2016-01-251-1/+1
|\
| * bumping versionAaron Patterson2016-01-251-1/+1
* | Merge pull request #22487 from joshsoftware/issue_22413Santiago Pastorino2016-01-011-2/+2
|\ \
| * | Added support for bigdecimals in perform laterSiva Gollapalli2015-12-031-2/+2
* | | Update copyright notices to 2016 [ci skip]Rashmi Yadav2015-12-311-1/+1
| |/ |/|
* | Change `alpha` to `beta1` to prep for release of Rails 5eileencodes2015-12-181-1/+1
|/
* Fixed wording.Mike Boone2015-11-081-1/+1
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+4
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-9/+16
* 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-071-14/+10
|/
* Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchersYves Senn2015-10-051-4/+11
|\
| * Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...Wojciech Wnętrzak2015-10-031-4/+11
* | 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-031-1/+1
* | 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-256-4/+62
|\ \
| * | Add job priorities to ActiveJobwvengen2015-09-176-4/+62
* | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+1
|/ /
* | Properly log nested parameters to Active JobMarek Pieczyk2015-09-081-1/+15
* | Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-254-0/+108
* | Fix typo on method nameRafael Mendonça França2015-08-161-3/+3
* | implement `provider_job_id` for `queue_classic`.Yves Senn2015-08-131-2/+6
* | Make assert_enqueued_with and assert_performed_with returns the matched jobJean Boussier2015-08-101-2/+11
* | 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
|/ /
* | Merge pull request #20800 from xijo/make_active_job_locale_awareKasper Timm Hansen2015-08-043-1/+19
|\ \