rails/actionpack/lib/abstract_controller
Hartley McGuire ada584bcb8
Deprecate AbstractController MissingHelperError
This error used to be a wrapper for a LoadError raised when
require_dependency was used to load helpers for controllers.

Since Zeitwerk does not use require_dependency, the only usage of the
error was removed in 5b28a0e972da31da570ed24be505ef7958ab4b5e.
2023-01-31 02:49:21 -05:00
..
caching Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
railties Use memoized dup of url_helpers for reinclusion 2022-11-19 10:57:21 -06:00
asset_paths.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
base.rb All intermediate delegation methods should preserve kwargs flag 2022-04-06 15:32:54 +09:00
caching.rb Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
callbacks.rb Add documentation for #43487 2023-01-03 13:40:28 -05:00
collector.rb Fix generated MIME methods to recognize kwargs 2021-08-07 13:59:08 +09:00
deprecator.rb Add {Abstract,Action}Controller.deprecator 2022-10-27 16:20:53 -05:00
error.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
helpers.rb Deprecate AbstractController MissingHelperError 2023-01-31 02:49:21 -05:00
logger.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
rendering.rb Document ActionController::Rendering#render [ci-skip] 2023-01-08 15:47:31 -06:00
translation.rb Extract common behavior of html safe translation to a module 2021-10-12 18:03:46 +00:00
url_for.rb Autocorrect Rubocop roles 2021-04-13 18:32:25 +00:00