1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/lib/active_job
Ryuta Kamizono c81af6ae72 Enable Layout/EmptyLinesAroundAccessModifier cop
We sometimes say "✂️ newline after `private`" in a code review (e.g.
https://github.com/rails/rails/pull/18546#discussion_r23188776,
https://github.com/rails/rails/pull/34832#discussion_r244847195).

Now `Layout/EmptyLinesAroundAccessModifier` cop have new enforced style
`EnforcedStyle: only_before` (https://github.com/rubocop-hq/rubocop/pull/7059).

That cop and enforced style will reduce the our code review cost.
2019-06-13 12:00:45 +09:00
..
queue_adapters Allow all ActiveJob assertion helper to accept Proc in their only kw: 2018-11-21 23:14:43 +01:00
serializers Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
arguments.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
base.rb Change queueing to queuing in docs and comments [skip ci] 2018-11-18 22:36:44 -06:00
callbacks.rb Merge pull request #33992 from kirs/enqueue-return-false 2018-12-05 11:24:19 -05:00
configured_job.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
core.rb [ci skip] activejob typo fix. 2019-02-25 14:48:39 +05:30
enqueuing.rb Fix the deprecation warning about config.active_job.return_false_on_aborted_enqueue 2019-04-05 15:40:34 +05:30
exceptions.rb Use ActiveJob 5.2 retry logic for old jobs 2019-04-22 14:53:38 -07:00
execution.rb Change queueing to queuing in docs and comments [skip ci] 2018-11-18 22:36:44 -06:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
logging.rb Adding enque time tracking and logging 2019-02-13 19:20:41 -05:00
queue_adapter.rb Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip] 2018-08-10 02:02:58 +05:30
queue_adapters.rb Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
queue_name.rb Document queue_as block arguments and their use 2019-02-11 17:36:44 -05:00
queue_priority.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
railtie.rb Include test helpers when ActionDispatch::IntegrationTest is loaded 2018-09-12 16:58:14 -05:00
serializers.rb ActiveJob::Base no longer dependents on Serializers 2018-07-03 21:48:26 +09:00
test_case.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
test_helper.rb Add Active Job release notes [ci skip] (#35872) 2019-04-05 15:42:01 +05:30
timezones.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
translation.rb Remove passing extra arguments to ActiveJob Callbacks 2018-02-23 00:58:00 +02:00
version.rb [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00