Kir Shatrov
14ece5e429
Use frozen-string-literal in ActiveJob
2017-07-09 20:50:52 +03:00
Matthew Draper
87b3e226d6
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
...
This reverts commit 3420a14590
, reversing
changes made to afb66a5a59
.
2017-07-02 02:15:17 +09:30
Kir Shatrov
cfade1ec7e
Enforce frozen string in Rubocop
2017-07-01 02:11:03 +03:00
yuuji.yaginuma
70e8fed5a3
remove ActiveSupport.halt_callback_chains_on_return_false
from everywhere
2017-02-08 17:24:49 +09:00
utilum
893069fa02
Output adapter being tested.
2016-12-12 21:52:04 +01:00
Rafael Mendonça França
fe1f4b2ad5
Add more rubocop rules about whitespaces
2016-10-29 01:17:49 -02:00
Xavier Noria
bde6547bb6
applies new string literal convention in activejob/test
...
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:41:18 +02:00
Arthur Neves
2abcdfd978
Remove load_paths file
2016-02-27 13:03:57 -05:00
Andrew White
78d9e1699f
Silence logging in Active Job unit tests
2015-09-21 14:02:41 +01:00
claudiob
5e9a3e1292
Silence callback deprecation warning if testing AJ
...
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).
2015-08-31 00:30:53 -07:00
Mehmet Emin İNAÇ
73c70e88d3
Don't need to explicitly set test_order it's :random default
2015-05-08 17:10:28 +03:00
Jeroen van Baarsen
e380ac685b
Changed the AJADAPTER to AJ_ADAPTER
...
* 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>
2015-02-22 16:11:21 +01:00
Rafael Mendonça França
4ab0320fb4
No need to disable sidikiq tests with 1.9.3 anymore
2015-01-04 15:54:22 -03:00
Vipul A M
c417311c4a
No need to specify log level, run at log level as all other Rails components.
2014-10-20 12:36:44 +05:30
Rafael Mendonça França
6c0adddccf
Se the test order of activejob tests
2014-09-12 14:33:09 -03:00
Cristian Bica
175ba66664
ActiveJob Integration Tests
2014-09-11 00:38:56 +03:00
Robin Dupret
1da209fa9b
Avoid skipping Sidekiq tests on Rubinius
...
Now that Travis provides support for Rubinius 2.2.10, we can run the
Sidekiq tests against this version.
2014-08-29 12:43:24 +02:00
Abdelkader Boudih
d56caea426
[ActiveJob] extract JobBuffer from helper
2014-08-29 08:50:09 +00:00
Abdelkader Boudih
931cfc4079
[ActiveJob] Fix tests for sucker_punch
2014-08-17 23:10:45 +00:00
Abdelkader Boudih
2f7b239fca
[ActiveJob] Use globalid gem
2014-08-17 23:10:45 +00:00
Abdelkader Boudih
9b209603d0
Clean adapter_test.rb and skip test for sidekiq in unsupported rubies
2014-08-13 13:55:08 +00:00
Abdelkader Boudih
67f8b6b2bc
Added ActionMailer::DeliverLater
2014-08-13 11:36:32 +00:00
Abdelkader Boudih
0c232779ec
Remove activejob integration tests
2014-08-12 10:07:21 +00:00
Abdelkader Boudih
a75f085941
Add 'activejob/' from commit '14f74a8331f94150dfee653224de8fc837797709'
...
git-subtree-dir: activejob
git-subtree-mainline: b45b99894a
git-subtree-split: 14f74a8331
2014-08-12 09:17:19 +00:00