aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Fix example code in ActiveJob::Core [ci skip]Yoshiyuki Hirano2017-12-051-4/+10
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-282-1/+6
* Fix typos and add a few suggestionsFatos Morina2017-11-281-2/+2
* Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-272-1/+3
* Improve DelayedJob wrapper loggingJacek Lachowski2017-11-242-0/+11
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-132-9/+1
* Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-132-2/+4
* `rails new` runs `rails active_storage:install`bogdanvlviv2017-11-062-2/+1
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* Merge pull request #30955 from prathamesh-sonpatki/rm-changelog-entryRafael França2017-10-231-7/+0
|\
| * Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci s...Prathamesh Sonpatki2017-10-231-7/+0
* | [Active Job] require_relative => requireAkira Matsuda2017-10-214-13/+13
|/
* Merge pull request #30750 from k2nr/fix-active-jobRyuta Kamizono2017-10-133-3/+3
|\
| * Test exception message to ensure an exception instance is yieldedKazunori Kajihiro2017-10-132-2/+2
| * Yield with an error instance instead of error classKazunori Kajihiro2017-09-291-1/+1
* | redis-rb 4.0 supportJeremy Daer2017-10-082-7/+8
|/
* Update activejob doc [ci skip]Yoshiyuki Hirano2017-08-301-1/+1
* Update MIT licenses link [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-1/+1
* Use `ActiveJob::Base.queue_adapter_name` to get adapter nameyuuji.yaginuma2017-08-171-3/+1
* Wait for the Delayed Job worker thread to finishMatthew Draper2017-08-131-0/+1
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* Use `ArgumentError` instead of own error classyuuji.yaginuma2017-07-202-19/+18
* Fix `warning: circular argument reference`yuuji.yaginuma2017-07-191-2/+2
* Add `except` option for ActiveJob::TestHelper methodsposthumanism2017-07-183-15/+440
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-11100-0/+100
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-07-102-1/+9
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-09101-0/+101
* [Active Job] require => require_relativeAkira Matsuda2017-07-014-13/+13
* Merge pull request #29588 from greysteil/add-gemspec-linksRafael França2017-06-281-0/+5
|\
| * Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5
* | ActiveJob::Core#serialize stores provider_job_id (fixes #26581).utilum2017-06-272-0/+9
|/
* Remove needless gitignoreyuuji.yaginuma2017-06-261-1/+0
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-034-6/+5
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-292-8/+3
* Bring back delayed_job to test listyuuji.yaginuma2017-05-281-2/+1
* Removed string inquiry.Mohit Natoo2017-05-262-6/+6
* Provides friendlier way to access queue adapters of a job.Mohit Natoo2017-05-262-4/+22
* Define path with __dir__bogdanvlviv2017-05-236-8/+7
* Improving docs for callbacks execution order [ci skip]dixpac2017-05-211-1/+3
* Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-0/+1
* Add missing requireyuuji.yaginuma2017-04-211-0/+1
* Add error logging to Active JobSteven Bull2017-03-274-4/+24
* Start Rails 5.2 developmentMatthew Draper2017-03-222-51/+3
* Revert #27850 following test breakage (#28427)David Heinemeier Hansson2017-03-153-19/+7
* Merge pull request #28112 from bolek/include-job_id-in-all-active-job-logsRafael França2017-02-232-8/+8
|\
| * Include JobID in all ActiveJob info logsBolek Kurowski2017-02-222-8/+8
* | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
|/