Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 1 | -1/+0 |
| | |||||
* | Output adapter being tested. | utilum | 2016-12-12 | 1 | -0/+1 |
| | |||||
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in activejob/test | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |
| | |||||
* | Silence logging in Active Job unit tests | Andrew White | 2015-09-21 | 1 | -0/+1 |
| | |||||
* | Silence callback deprecation warning if testing AJ | claudiob | 2015-08-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Currently the log returned by running ActiveJob tests is filled with: > DEPRECATION WARNING: Returning `false` in a callback will not implicitly halt a callback chain in the next release of Rails. To explicitly halt a callback chain, please use `throw :abort` instead. For instance, see https://travis-ci.org/rails/rails/builds/77978273 This happens because some setup and teardown methods [like these one](https://github.com/rails/rails/blob/master/activejob/test/cases/async_job_test.rb#L10-L17) invoke other methods like `perform_asynchronously!` that can return `false`, but not with the intention of halting the process if they do. In my opinion, these deprecation warnings can be silenced to have the log result cleaner (especially when browsing for errors). | ||||
* | Don't need to explicitly set test_order it's :random default | Mehmet Emin İNAÇ | 2015-05-08 | 1 | -2/+0 |
| | |||||
* | Changed the AJADAPTER to AJ_ADAPTER | Jeroen van Baarsen | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | * This allows for easier reading, since those are two words, so they should be split by _ Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | No need to disable sidikiq tests with 1.9.3 anymore | Rafael Mendonça França | 2015-01-04 | 1 | -11/+0 |
| | |||||
* | No need to specify log level, run at log level as all other Rails components. | Vipul A M | 2014-10-20 | 1 | -1/+0 |
| | |||||
* | Se the test order of activejob tests | Rafael Mendonça França | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 1 | -1/+7 |
| | |||||
* | Avoid skipping Sidekiq tests on Rubinius | Robin Dupret | 2014-08-29 | 1 | -8/+2 |
| | | | | | Now that Travis provides support for Rubinius 2.2.10, we can run the Sidekiq tests against this version. | ||||
* | [ActiveJob] extract JobBuffer from helper | Abdelkader Boudih | 2014-08-29 | 1 | -20/+0 |
| | |||||
* | [ActiveJob] Fix tests for sucker_punch | Abdelkader Boudih | 2014-08-17 | 1 | -0/+20 |
| | |||||
* | [ActiveJob] Use globalid gem | Abdelkader Boudih | 2014-08-17 | 1 | -0/+2 |
| | |||||
* | Clean adapter_test.rb and skip test for sidekiq in unsupported rubies | Abdelkader Boudih | 2014-08-13 | 1 | -2/+19 |
| | |||||
* | Added ActionMailer::DeliverLater | Abdelkader Boudih | 2014-08-13 | 1 | -4/+1 |
| | |||||
* | Remove activejob integration tests | Abdelkader Boudih | 2014-08-12 | 1 | -6/+1 |
| | |||||
* | Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709' | Abdelkader Boudih | 2014-08-12 | 1 | -0/+19 |
git-subtree-dir: activejob git-subtree-mainline: b45b99894a60eda434abec94d133a1cfd8de2dda git-subtree-split: 14f74a8331f94150dfee653224de8fc837797709 |