| Commit message (Expand) | Author | Age | Files | Lines |
* | removed unnecessary returns | Shuhei Kitagawa | 2017-10-28 | 1 | -1/+1 |
* | Merge pull request #30955 from prathamesh-sonpatki/rm-changelog-entry | Rafael França | 2017-10-23 | 1 | -7/+0 |
|\ |
|
| * | Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci s... | Prathamesh Sonpatki | 2017-10-23 | 1 | -7/+0 |
* | | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 4 | -13/+13 |
|/ |
|
* | Merge pull request #30750 from k2nr/fix-active-job | Ryuta Kamizono | 2017-10-13 | 3 | -3/+3 |
|\ |
|
| * | Test exception message to ensure an exception instance is yielded | Kazunori Kajihiro | 2017-10-13 | 2 | -2/+2 |
| * | Yield with an error instance instead of error class | Kazunori Kajihiro | 2017-09-29 | 1 | -1/+1 |
* | | redis-rb 4.0 support | Jeremy Daer | 2017-10-08 | 2 | -7/+8 |
|/ |
|
* | Update activejob doc [ci skip] | Yoshiyuki Hirano | 2017-08-30 | 1 | -1/+1 |
* | Update MIT licenses link [ci skip] | Yoshiyuki Hirano | 2017-08-22 | 1 | -1/+1 |
* | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -1/+1 |
* | Use `ActiveJob::Base.queue_adapter_name` to get adapter name | yuuji.yaginuma | 2017-08-17 | 1 | -3/+1 |
* | Wait for the Delayed Job worker thread to finish | Matthew Draper | 2017-08-13 | 1 | -0/+1 |
* | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 1 | -1/+1 |
* | Use `ArgumentError` instead of own error class | yuuji.yaginuma | 2017-07-20 | 2 | -19/+18 |
* | Fix `warning: circular argument reference` | yuuji.yaginuma | 2017-07-19 | 1 | -2/+2 |
* | Add `except` option for ActiveJob::TestHelper methods | posthumanism | 2017-07-18 | 3 | -15/+440 |
* | [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 100 | -0/+100 |
* | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-07-10 | 2 | -1/+9 |
* | Use frozen-string-literal in ActiveJob | Kir Shatrov | 2017-07-09 | 101 | -0/+101 |
* | [Active Job] require => require_relative | Akira Matsuda | 2017-07-01 | 4 | -13/+13 |
* | Merge pull request #29588 from greysteil/add-gemspec-links | Rafael França | 2017-06-28 | 1 | -0/+5 |
|\ |
|
| * | Add source code and changelog links to gemspecs | Grey Baker | 2017-06-28 | 1 | -0/+5 |
* | | ActiveJob::Core#serialize stores provider_job_id (fixes #26581). | utilum | 2017-06-27 | 2 | -0/+9 |
|/ |
|
* | Remove needless gitignore | yuuji.yaginuma | 2017-06-26 | 1 | -1/+0 |
* | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 1 | -1/+1 |
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 4 | -6/+5 |
* | Add option for class_attribute default (#29270) | David Heinemeier Hansson | 2017-05-29 | 2 | -8/+3 |
* | Bring back delayed_job to test list | yuuji.yaginuma | 2017-05-28 | 1 | -2/+1 |
* | Removed string inquiry. | Mohit Natoo | 2017-05-26 | 2 | -6/+6 |
* | Provides friendlier way to access queue adapters of a job. | Mohit Natoo | 2017-05-26 | 2 | -4/+22 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 6 | -8/+7 |
* | Improving docs for callbacks execution order [ci skip] | dixpac | 2017-05-21 | 1 | -1/+3 |
* | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -0/+1 |
* | Add missing require | yuuji.yaginuma | 2017-04-21 | 1 | -0/+1 |
* | Add error logging to Active Job | Steven Bull | 2017-03-27 | 4 | -4/+24 |
* | Start Rails 5.2 development | Matthew Draper | 2017-03-22 | 2 | -51/+3 |
* | Revert #27850 following test breakage (#28427) | David Heinemeier Hansson | 2017-03-15 | 3 | -19/+7 |
* | Merge pull request #28112 from bolek/include-job_id-in-all-active-job-logs | Rafael França | 2017-02-23 | 2 | -8/+8 |
|\ |
|
| * | Include JobID in all ActiveJob info logs | Bolek Kurowski | 2017-02-22 | 2 | -8/+8 |
* | | Preparing for 5.1.0.beta1 release | Rafael Mendonça França | 2017-02-23 | 2 | -1/+3 |
|/ |
|
* | Remove extra spaces | Jon Moss | 2017-02-21 | 1 | -1/+1 |
* | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 1 | -1/+0 |
* | bin/test for Active Job and Action Cable tests | Akira Matsuda | 2017-02-02 | 1 | -0/+4 |
* | correctly set test adapter when configure the queue adapter on a per job (#26... | Yuji Yaginuma | 2017-01-31 | 5 | -10/+62 |
* | Append skipped jobs to enqueued_jobs | Alexander Pauly | 2017-01-31 | 3 | -7/+18 |
* | make backburner integration test to work | yuuji.yaginuma | 2017-01-28 | 1 | -2/+2 |
* | Merge pull request #27624 from elfassy/assert_enqueued_jobs_with_queue_level | Guillermo Iguaran | 2017-01-19 | 2 | -10/+45 |
|\ |
|
| * | assert_enqueued_jobs with queue option | Michael Elfassy | 2017-01-18 | 2 | -10/+45 |
* | | s/perfomed/performed/ | Akira Matsuda | 2017-01-17 | 1 | -1/+1 |