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_controller
Jean Boussier c91c266872 Enable Style/ExplicitBlockArgument cop
This reduce the stack size which is beneficial for
exceptions performance.

See: https://gist.github.com/byroot/cb3bcadcc3701c2518d002fb8d3a4e7a

However the cop is unsafe because it might change the block arity,
so it can run into some false positives.
2021-09-05 17:06:19 +02:00
..
api
metal Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
railties Fix call sites 2018-10-02 15:31:29 -04:00
api.rb Documentation for ActionController::API use neutral language [ci skip] 2021-06-22 10:21:39 -07:00
base.rb Rename HTTP Feature Policy to Permissions Policy 2020-11-14 17:31:58 +01:00
caching.rb No need to extend ActionController::Caching by ActiveSupport::Autoload 2020-05-26 22:00:13 +03:00
form_builder.rb
log_subscriber.rb Provide context when logging unpermitted parameters 2021-03-31 17:15:23 -06:00
metal.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
railtie.rb Pass ActiveRecord::QueryLogs as argument rather than instance_exec 2021-08-23 20:29:45 +02:00
renderer.rb Fix inline code markup [ci-skip] 2021-02-14 11:20:35 -06:00
template_assertions.rb Remove compatibility module from docs [ci skip] 2019-05-22 11:58:14 -04:00
test_case.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00