rails--rails/actionpack/lib/abstract_controller
Jean Boussier 2fd34270eb Eager load controllers `view_context_class`
These classes are relatively small, however they include lots of
modules as helpers. And if any of the included module hold constants
including it cause the global constant cache to be invalidated
which is really bad for performance.

So when eager loading is enabled we create all the possible classes
as part of the application boot.
2022-03-02 08:47:54 +01:00
..
caching Enable `Style/ExplicitBlockArgument` cop 2021-09-05 17:06:19 +02:00
railties Delete orphan requires in AS::Dependencies 2021-08-19 00:14:06 +02:00
asset_paths.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
base.rb Eager load controllers `view_context_class` 2022-03-02 08:47:54 +01:00
caching.rb Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
callbacks.rb Raise error when callback's only/unless symbols aren't methods 2021-12-14 15:22:08 -05:00
collector.rb Fix generated MIME methods to recognize kwargs 2021-08-07 13:59:08 +09:00
error.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
helpers.rb Delete orphan requires in AS::Dependencies 2021-08-19 00:14:06 +02:00
logger.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
rendering.rb Replaces the "hash rocket" operator in favor of the newer Ruby syntax when rendering on render 2021-10-03 23:33:56 -03:00
translation.rb Extract common behavior of html safe translation to a module 2021-10-12 18:03:46 +00:00
url_for.rb