aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* Remove extra spacesJon Moss2017-02-211-1/+1
* remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-1/+0
* bin/test for Active Job and Action Cable testsAkira Matsuda2017-02-021-0/+4
* correctly set test adapter when configure the queue adapter on a per job (#26...Yuji Yaginuma2017-01-315-10/+62
* Append skipped jobs to enqueued_jobsAlexander Pauly2017-01-313-7/+18
* make backburner integration test to workyuuji.yaginuma2017-01-281-2/+2
* Merge pull request #27624 from elfassy/assert_enqueued_jobs_with_queue_levelGuillermo Iguaran2017-01-192-10/+45
|\
| * assert_enqueued_jobs with queue optionMichael Elfassy2017-01-182-10/+45
* | s/perfomed/performed/Akira Matsuda2017-01-171-1/+1
* | remove unused requireyuuji.yaginuma2017-01-151-1/+0
|/
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-054-4/+4
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* Merge pull request #27508 from zzz6519003/patch-1Rafael França2017-01-011-2/+0
|\
| * remove useless importSnowmanzzz(Zhengzhong Zhao)2016-12-301-2/+0
* | Bump license years for 2017Jon Moss2016-12-312-2/+2
|/
* Delayed job doesn't support Active Record 5.1 yetRafael Mendonça França2016-12-291-1/+2
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-252-3/+3
* Privatize unneededly protected method in Active JobAkira Matsuda2016-12-241-2/+2
* No need to nodoc private methodsAkira Matsuda2016-12-241-5/+5
* Privatize unneededly protected methods in Active Job testsAkira Matsuda2016-12-242-2/+2
* Remove warning in ActiveJobKir Shatrov2016-12-211-1/+1
* Output adapter being tested.utilum2016-12-121-0/+1
* Avoid race condition in AJ integration testsMatthew Draper2016-11-302-1/+3
* remove Ruby warning from Active Job test helper methodsyuuji.yaginuma2016-11-181-4/+4
* Use named parameters instead of `assert_valid_keys`Maxime Boisvert2016-11-161-8/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2918-23/+23
* removes requires already present in active_support/railsXavier Noria2016-10-272-2/+0
* Uses queue adapter_method instead of ActiveJob::Base.queue_adapterGabi Stefanini2016-10-241-2/+2
* Add examples of queue_adapter and perform_enqueued jobs to API Docs.Gabi Stefanini2016-10-211-0/+24
* add missing closing tag [ci skip]yuuji.yaginuma2016-10-141-1/+1
* Removed deprecated support to passing the adapter class to .queue_adapterRafael Mendonça França2016-10-103-23/+4
* Removed deprecated #original_exception in ActiveJob::DeserializationErrorRafael Mendonça França2016-10-102-13/+5
* Merge pull request #26740 from y-yagi/update_retry_on_exampleJon Moss2016-10-081-2/+2
|\
| * correct exception class in `retry_on` example [ci skip]yuuji.yaginuma2016-10-091-2/+2
* | Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-2/+2
|/
* fix link to `resque` [ci skip]yuuji.yaginuma2016-09-201-1/+1
* use `descendants` to get class that inherited `ActiveJob::Base`yuuji.yaginuma2016-09-054-1/+17
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-013-3/+3
* Add load hooks to all tests classesRafael Mendonça França2016-08-251-0/+2
* Merge pull request #26205 from pedaling-corp/fix/active-job-resqueRafael Mendonça França2016-08-233-2/+16
|\
| * Added instance variable `@queue` to JobWrapper.InJung Chung2016-08-193-0/+16
* | correct exception class in `retry_on` example [ci skip]yuuji.yaginuma2016-08-201-2/+2
|/
* Yield the job instance so you have access to things like `job.arguments` on t...David Heinemeier Hansson2016-08-164-6/+10
* Add three new rubocop rulesRafael Mendonça França2016-08-162-9/+9
* Pass over changelogs [ci skip]Vipul A M2016-08-101-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-083-4/+4
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-073-4/+0
* applies remaining conventions across the projectXavier Noria2016-08-065-5/+0