aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test
Commit message (Expand)AuthorAgeFilesLines
* Fix tests against ActiveSupport::DurationsDavid Heinemeier Hansson2016-08-022-28/+47
* Please RubocupDavid Heinemeier Hansson2016-08-021-2/+2
* Not neededDavid Heinemeier Hansson2016-08-011-1/+0
* Allow for custom handling of exceptions that persist beyond the retry attemptsDavid Heinemeier Hansson2016-08-012-0/+7
* Add exponentially_longer and custom wait algorithmsDavid Heinemeier Hansson2016-08-012-0/+43
* Use descriptive exception namesDavid Heinemeier Hansson2016-08-012-20/+20
* Reraise instead of swallow exceptions that occur beyond the retry attemptsDavid Heinemeier Hansson2016-07-291-1/+1
* Satisfy pedantic rubocop whitespace detectionDavid Heinemeier Hansson2016-07-291-4/+4
* Add retry_on/discard_on for better exception handlingDavid Heinemeier Hansson2016-07-292-0/+68
* Fix accessing provider_job_id inside active jobs for sidekiq adapterAzzurrio2016-07-282-0/+16
* Fix AJ tests on ruby 2.4 being causes since classes are unified for Integer, ...Vipul A M2016-07-091-1/+1
* Fix jobs overriding AJ::Base#loggerJean Boussier2016-06-172-1/+15
* Provide the ability to override the queue adapter used by jobs underSteve Lounsbury2016-06-111-0/+12
* Chomp: prefer String#chomp where we can for a clarity boostlvl0nax2016-04-291-1/+3
* Added more tests for reserved hash keys of ActiveJob::Arguments.Santosh Wadghule2016-03-171-6/+7
* Add JSON round trip verification testcaseMike Perham2016-03-091-1/+16
* Job payload should be symmetric across JSON dump/loadMike Perham2016-03-091-3/+3
* Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-2/+0
|\
| * Remove load_paths fileArthur Neves2016-02-271-2/+0
* | Merge pull request #23966 from jeremy/activejob/pare-down-async-adapter-for-l...Jeremy Daer2016-03-014-48/+5
|\ \
| * | Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-294-48/+5
| |/
* / - Updating the dummy app template to have rails_command instead of rakeMohit Natoo2016-03-011-1/+1
|/
* Remove celluloid from the GemfileRafael Mendonça França2016-01-271-3/+1
* Added support for bigdecimals in perform laterSiva Gollapalli2015-12-031-1/+1
* Fix race condition testing for job execution orderWill Jessop2015-11-233-7/+18
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+0
* Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-031-1/+1
* Added missing specs for not modifying queues when using AJ test helpersWojciech Wnętrzak2015-10-071-0/+21
* Merge pull request #21854 from morgoth/fix-serializing-at-option-in-aj-matchersYves Senn2015-10-051-4/+22
|\
| * Fixed serializing `:at` option for `assert_enqueued_with` and `assert_perform...Wojciech Wnętrzak2015-10-031-4/+16
|/
* Support passing array to `assert_enqueued_jobs` in `:only` optionWojciech Wnętrzak2015-10-031-0/+18
* Merge pull request #19425 from wvengen/feature/activejob-priority-masterRafael Mendonça França2015-09-254-2/+66
|\
| * Add job priorities to ActiveJobwvengen2015-09-174-2/+66
* | Use Sidekiq.options to set initial waitAndrew White2015-09-211-1/+1
* | Run `rake db:migrate` for all Active Job integration testsAndrew White2015-09-211-1/+2
* | Silence logging in Active Job unit testsAndrew White2015-09-211-0/+1
* | :hocho: TyposAkira Matsuda2015-09-211-1/+1
* | Added new lines to run title for easy log readinghiren mistry2015-09-191-1/+1
|/
* Properly log nested parameters to Active JobMarek Pieczyk2015-09-081-0/+8
* Silence callback deprecation warning if testing AJclaudiob2015-08-311-0/+1
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-255-1/+67
* use `average_scheduled_poll_interval` option instead of deprecated `poll_inte...yuuji.yaginuma2015-08-151-1/+1
* implement `provider_job_id` for `queue_classic`.Yves Senn2015-08-131-2/+2
* use `assert_not` instead of `refute` as mentioned in our guides.Yves Senn2015-08-131-3/+2
* Make assert_enqueued_with and assert_performed_with returns the matched jobJean Boussier2015-08-101-0/+22
* Add missing HelloJob require.Kasper Timm Hansen2015-08-051-0/+1
* Fixes #20799Johannes Opper2015-08-046-1/+72
* Improve error message when serializing unsaved records for jobsFaraz Yashar2015-06-281-0/+7
* Fix spelling mistakesYoong Kang Lim2015-05-251-4/+4
* Merge pull request #20064 from kddeisz/qu_provider_job_idRafael Mendonça França2015-05-082-7/+10
|\