| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [ActiveJob] TestCase | Abdelkader Boudih | 2014-09-02 | 2 | -0/+260 |
* | Raise ActiveJob::SerializationError when cannot serialize job arguments | Cristian Bica | 2014-08-24 | 1 | -3/+3 |
* | [ActiveJob] Add queue_name_prefix so all queue are prefixed . | Abdelkader Boudih | 2014-08-18 | 1 | -0/+15 |
* | Fix ActiveJob isolation tests. | Lucas Mazza | 2014-08-17 | 1 | -0/+1 |
* | [ActiveJob] raise DeserializationError when got an error deserializing | Cristian Bica | 2014-08-17 | 1 | -0/+7 |
* | [ActiveJob] Fix tests for sucker_punch | Abdelkader Boudih | 2014-08-17 | 4 | -8/+8 |
* | Moved AR testing from using global variable to thread variable | Cristian Bica | 2014-08-16 | 4 | -10/+10 |
* | ActiveJob: Reworked queue_base_name as default_queue_name + Allow configure A... | Cristian Bica | 2014-08-15 | 1 | -5/+5 |
* | Clean adapter_test.rb and skip test for sidekiq in unsupported rubies | Abdelkader Boudih | 2014-08-13 | 1 | -51/+3 |
* | Fixed failing tests; Load active_job in railtie; Renamed generator to job | Cristian Bica | 2014-08-12 | 2 | -1/+4 |
* | Remove activejob integration tests | Abdelkader Boudih | 2014-08-12 | 1 | -0/+1 |
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 8 | -0/+352 |