1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
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
..
http Upgrade Rubocop to 0.61.1 and fix offenses 2018-12-10 19:22:56 -02:00
journey Expand metaprogramming for Symbol, Slash and Dot. 2018-12-07 09:25:10 +01:00
middleware Enable Style/RedundantBegin cop to avoid newly adding redundant begin block 2018-12-21 06:12:42 +09:00
request add missing indifferent_access require for #normalize_encode_params 2018-08-16 13:27:00 -07:00
routing Module#{define_method,alias_method,undef_method,remove_method} become public since Ruby 2.5 2018-12-21 01:39:18 +09:00
system_testing Reset sessions on failed system test screenshot 2018-11-13 03:30:41 +07:00
testing Allow using parsed_body in ActionController::TestCase 2018-12-16 12:27:37 +01:00
journey.rb [Action Pack] require => require_relative 2017-10-21 22:48:28 +09:00
railtie.rb Purpose Metadata For Signed And Encrypted Cookies 2018-08-12 21:50:35 +05:30
routing.rb Improve docs of ActionDispatch::Routing 2018-03-13 11:56:33 +02:00
system_test_case.rb Remove upper bound on Capybara 2018-04-10 16:40:14 -04:00