| Commit message (Expand) | Author | Age | Files | Lines |
* | Added more tests for reserved hash keys of ActiveJob::Arguments. | Santosh Wadghule | 2016-03-17 | 1 | -6/+7 |
* | Add JSON round trip verification testcase | Mike Perham | 2016-03-09 | 1 | -1/+16 |
* | Job payload should be symmetric across JSON dump/load | Mike Perham | 2016-03-09 | 1 | -3/+3 |
* | Active Job: smaller footprint for the dev/test async adapter | Jeremy Daer | 2016-02-29 | 1 | -42/+0 |
* | Added support for bigdecimals in perform later | Siva Gollapalli | 2015-12-03 | 1 | -1/+1 |
* | Added missing specs for not modifying queues when using AJ test helpers | Wojciech Wnętrzak | 2015-10-07 | 1 | -0/+21 |
* | Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchers | Yves Senn | 2015-10-05 | 1 | -4/+22 |
|\ |
|
| * | Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform... | Wojciech Wnętrzak | 2015-10-03 | 1 | -4/+16 |
|/ |
|
* | Support passing array to `assert_enqueued_jobs` in `:only` option | Wojciech Wnętrzak | 2015-10-03 | 1 | -0/+18 |
* | Merge pull request #19425 from wvengen/feature/activejob-priority-master | Rafael Mendonça França | 2015-09-25 | 1 | -0/+47 |
|\ |
|
| * | Add job priorities to ActiveJob | wvengen | 2015-09-17 | 1 | -0/+47 |
* | | :hocho: Typos | Akira Matsuda | 2015-09-21 | 1 | -1/+1 |
|/ |
|
* | Properly log nested parameters to Active Job | Marek Pieczyk | 2015-09-08 | 1 | -0/+8 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -0/+42 |
* | Make assert_enqueued_with and assert_performed_with returns the matched job | Jean Boussier | 2015-08-10 | 1 | -0/+22 |
* | Add missing HelloJob require. | Kasper Timm Hansen | 2015-08-05 | 1 | -0/+1 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 2 | -0/+36 |
* | Improve error message when serializing unsaved records for jobs | Faraz Yashar | 2015-06-28 | 1 | -0/+7 |
* | Fix spelling mistakes | Yoong Kang Lim | 2015-05-25 | 1 | -4/+4 |
* | Merge pull request #19969 from y-yagi/fix_job_helper_method | Yves Senn | 2015-05-01 | 1 | -0/+22 |
* | `ActiveJob::Base#queue_adapter` is now a `class_attribute` | Tamir Duberstein | 2015-03-11 | 2 | -5/+46 |
* | `ActiveJob::QueueAdapters::*` are no longer singletons | Tamir Duberstein | 2015-03-11 | 3 | -2/+26 |
* | Fix naming collision | Tamir Duberstein | 2015-03-11 | 1 | -1/+1 |
* | Fix leaky `only: …` option for Active Job assertions | Jeremy Kemper | 2015-03-06 | 1 | -0/+8 |
* | `ActiveJob::QueueAdapters::TestAdapter` is now a singleton | Tamir Duberstein | 2015-02-23 | 1 | -1/+1 |
* | Changed the AJADAPTER to AJ_ADAPTER | Jeroen van Baarsen | 2015-02-22 | 1 | -2/+2 |
* | Add an `:only` option to `perform_enqueued_jobs` to filter jobs based on | Michael Ryan | 2015-02-06 | 1 | -0/+78 |
* | Allow keyword arguments to work with ActiveJob | Sean Griffin | 2015-01-30 | 1 | -10/+29 |
* | Fix ActiveJob assertions with a GlobalID object argument | Richard Manyanza | 2015-01-23 | 1 | -0/+39 |
* | Add :only option to assert_no_enqueued_jobs | George Claghorn | 2015-01-08 | 1 | -0/+19 |
* | Add :only option to assert_enqueued_jobs | George Claghorn | 2015-01-07 | 1 | -0/+40 |
* | ActiveJob testing improvements | Cristian Bica | 2014-12-30 | 1 | -2/+1 |
* | Expectation comes first | Yukio Mizuta | 2014-12-28 | 1 | -1/+1 |
* | Include missing require | David Heinemeier Hansson | 2014-12-05 | 1 | -0/+1 |
* | Only filter GIDable objects; remove cosmetic changes | Ari Pollak | 2014-12-01 | 1 | -10/+10 |
* | Hide potentially sensitive ActiveJob params from logs | Ari Pollak | 2014-11-28 | 1 | -10/+18 |
* | Add perform_enqueued_jobs | Fábio Luiz Nery de Miranda | 2014-11-25 | 1 | -13/+23 |
* | Added queue_name_delimiter attribute. | Terry Meacham | 2014-10-26 | 1 | -1/+18 |
* | - Remove duplication in AJ logging test for setting logger. | Vipul A M | 2014-10-20 | 2 | -3/+1 |
* | tests, move `original_` var assignments outside of `begin`. | Yves Senn | 2014-10-10 | 1 | -9/+13 |
* | ActiveJob: allow blank queue names | Blake Gentry | 2014-10-09 | 1 | -0/+20 |
* | Fix string/gid collision in job arguments | Jeremy Kemper | 2014-09-25 | 1 | -3/+11 |
* | Merge pull request #17005 from y-yagi/fix_aj_test_helper | Yves Senn | 2014-09-23 | 1 | -1/+3 |
|\ |
|
| * | add message to `assert` in `assert_enqueued_with` | yuuji.yaginuma | 2014-09-23 | 1 | -1/+3 |
|/ |
|
* | Tighten up AJ::Arguments and its tests | Jeremy Kemper | 2014-09-14 | 2 | -77/+76 |
* | Change gid calls to to_gid | Rafael Mendonça França | 2014-09-12 | 1 | -8/+8 |
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 7 | -72/+105 |
* | Fix for double ActiveJob::DeserializationErorr | Cristian Bica | 2014-09-03 | 1 | -0/+5 |
* | [ActiveJob] TestCase (Will squash before merge) | Abdelkader Boudih | 2014-09-02 | 2 | -4/+2 |
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 3 | -54/+24 |