| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into custom-discarded-job-handling | Aidan Haran | 2017-12-09 | 1 | -1/+1 |
|\ |
|
| * | Test exception message to ensure an exception instance is yielded | Kazunori Kajihiro | 2017-10-13 | 1 | -1/+1 |
* | | Allow for custom handling of exceptions that are discarded | Aidan Haran | 2017-09-16 | 1 | -0/+2 |
|/ |
|
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 15 | -0/+15 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 15 | -0/+15 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 15 | -15/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 15 | -0/+15 |
* | Add error logging to Active Job | Steven Bull | 2017-03-27 | 1 | -1/+1 |
* | correctly set test adapter when configure the queue adapter on a per job (#26... | Yuji Yaginuma | 2017-01-31 | 1 | -0/+3 |
* | remove useless import | Snowmanzzz(Zhengzhong Zhao) | 2016-12-30 | 1 | -2/+0 |
* | use `descendants` to get class that inherited `ActiveJob::Base` | yuuji.yaginuma | 2016-09-05 | 2 | -0/+9 |
* | Yield the job instance so you have access to things like `job.arguments` on t... | David Heinemeier Hansson | 2016-08-16 | 1 | -1/+1 |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 1 | -1/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 3 | -3/+0 |
* | applies new string literal convention in activejob/test | Xavier Noria | 2016-08-06 | 8 | -13/+13 |
* | Fix tests against ActiveSupport::Durations | David Heinemeier Hansson | 2016-08-02 | 1 | -0/+2 |
* | Allow for custom handling of exceptions that persist beyond the retry attempts | David Heinemeier Hansson | 2016-08-01 | 1 | -0/+2 |
* | Add exponentially_longer and custom wait algorithms | David Heinemeier Hansson | 2016-08-01 | 1 | -0/+4 |
* | Use descriptive exception names | David Heinemeier Hansson | 2016-08-01 | 1 | -6/+6 |
* | Add retry_on/discard_on for better exception handling | David Heinemeier Hansson | 2016-07-29 | 1 | -0/+21 |
* | Fix accessing provider_job_id inside active jobs for sidekiq adapter | Azzurrio | 2016-07-28 | 1 | -0/+7 |
* | Fix jobs overriding AJ::Base#logger | Jean Boussier | 2016-06-17 | 1 | -0/+9 |
* | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 1 | -1/+1 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -0/+10 |
* | Fixes #20799 | Johannes Opper | 2015-08-04 | 1 | -0/+10 |
* | Allow keyword arguments to work with ActiveJob | Sean Griffin | 2015-01-30 | 1 | -0/+7 |
* | - Inline AJ around_perform and around_enqueue in CallbackJob used for tests. | Vipul A M | 2014-10-21 | 1 | -16/+13 |
* | Active Job refactoring | Cristian Bica | 2014-09-03 | 2 | -2/+2 |
* | [ActiveJob] extract JobBuffer from helper | Abdelkader Boudih | 2014-08-29 | 3 | -0/+6 |
* | [ActiveJob] raise DeserializationError when got an error deserializing | Cristian Bica | 2014-08-17 | 1 | -0/+5 |
* | [ActiveJob] Fix tests for sucker_punch | Abdelkader Boudih | 2014-08-17 | 3 | -4/+4 |
* | Moved AR testing from using global variable to thread variable | Cristian Bica | 2014-08-16 | 3 | -5/+5 |
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 6 | -0/+83 |