Ryuta Kamizono
|
892e38c78e
|
Enable Style/RedundantBegin cop to avoid newly adding redundant begin block
Currently we sometimes find a redundant begin block in code review
(e.g. https://github.com/rails/rails/pull/33604#discussion_r209784205).
I'd like to enable `Style/RedundantBegin` cop to avoid that, since
rescue/else/ensure are allowed inside do/end blocks in Ruby 2.5
(https://bugs.ruby-lang.org/issues/12906), so we'd probably meets with
that situation than before.
|
2018-12-21 06:12:42 +09:00 |
|
Kir Shatrov
|
ee9fc12024
|
Make AJ::Base#enqueue return false if the job wasn't enqueued
|
2018-10-28 15:02:44 -04:00 |
|
Koichi ITO
|
aa28c5ca65
|
[Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment
|
2017-07-11 13:12:32 +09:00 |
|
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 |
|
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 |
|
Cristian Bica
|
1e237b4e44
|
Active Job refactoring
|
2014-09-03 23:01:46 +03: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 |
|