rails--rails/actionview/lib/action_view
John Hawthorn 94643fde8f Reuse view_context_class when possible
The generated view context classes tend to be fairly complex and use a
lot of memory. Similar to how we only generate new helper classes when
necessary (see https://github.com/rails/rails/pull/40204) we should be
doing the same for view context classes.
2022-01-06 10:23:59 -08:00
..
dependency_tracker Replace dependency tracker with ripper based tracker 2021-07-12 10:33:09 -07:00
helpers Fix documentation output to remove escaping 2022-01-05 20:50:52 +00:00
locale
renderer Standardize nodoc comments 2021-07-29 21:18:07 +00:00
tasks
template Avoid building full path objects when cached 2021-08-09 14:52:11 -07:00
testing Standardize nodoc comments 2021-07-29 21:18:07 +00:00
base.rb Remove deprecated `Rails.config.action_view.raise_on_missing_translations` 2021-11-17 21:51:16 +00:00
buffers.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
cache_expiry.rb Call Executor#wrap around each test 2021-10-28 15:18:29 +02:00
context.rb Revert "Remove redundant @virtual_path variable" 2020-12-30 14:07:09 +01:00
dependency_tracker.rb Default to ERB Tracker 2021-08-04 15:34:07 -07:00
digestor.rb Use TemplatePath in Digestor 2021-05-10 22:26:14 -07:00
flows.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
gem_version.rb Start Rails 7.1 development 2021-12-07 15:52:30 +00:00
helpers.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
layouts.rb
log_subscriber.rb
lookup_context.rb Use TemplateDetails::Requested as details_key 2021-08-09 12:56:57 -07:00
model_naming.rb Fix typo in the documentation 2021-11-15 23:24:00 +00:00
path_set.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
railtie.rb Action View: allow to compile ERB templates with `# frozen_string_literal: true` 2021-11-29 10:38:51 +01:00
record_identifier.rb
render_parser.rb Replace dependency tracker with ripper based tracker 2021-07-12 10:33:09 -07:00
rendering.rb Reuse view_context_class when possible 2022-01-06 10:23:59 -08:00
ripper_ast_parser.rb Replace dependency tracker with ripper based tracker 2021-07-12 10:33:09 -07:00
routing_url_for.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
template.rb Action View: allow to compile ERB templates with `# frozen_string_literal: true` 2021-11-29 10:38:51 +01:00
template_details.rb Store requested detail indexes in hashes 2021-07-13 12:26:26 -07:00
template_path.rb Improve docs for TemplatePath 2021-05-10 22:26:14 -07:00
test_case.rb Return "test" as the controller_name in ActionView tests 2021-06-07 15:52:08 -07:00
unbound_template.rb Normalize locals in unbound templates 2021-08-09 12:56:57 -07:00
version.rb
view_paths.rb