rails/actionpack/lib/abstract_controller
Étienne Barrié 5a471b6d8f Keep process_action private when redefined
AbstractController::Base defines process_action as private, but modules
included after redefine it as a public method.
2021-05-13 14:14:24 -04:00
..
caching Remove unused code 2019-01-30 14:29:17 +00:00
railties Force _routes to be redefined on re-inclusion 2021-02-16 11:55:22 -08:00
asset_paths.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
base.rb Shorten inspect on AbstractController::Base 2020-09-05 19:37:31 +02:00
caching.rb Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
callbacks.rb Keep process_action private when redefined 2021-05-13 14:14:24 -04:00
collector.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
error.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
helpers.rb Don't define methods using the method modifier in the same line as the method 2021-04-12 18:49:54 +00:00
logger.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
rendering.rb Make _protected_ivars private 2020-04-07 12:45:19 -04:00
translation.rb Remove require "active_support/core_ext/symbol/starts_ends_with" 2021-02-09 22:31:09 +09:00
url_for.rb Autocorrect Rubocop roles 2021-04-13 18:32:25 +00:00