rails/actionview/lib/action_view
Jean Boussier 9ea92d4cda Also pass local_assigns to strict locals templates
If one of the locals conflict with a keyword, typically `class`.

The potentially confusing part however is that if you define a default
value, `local_assigns` won't respect it.
2024-06-24 09:16:03 +02:00
..
dependency_tracker Ensure all RubyTracker RenderParsers are tested 2024-01-24 19:16:59 -05:00
helpers Link should be separated by comma. 2024-05-31 22:04:38 +00:00
locale Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
render_parser Replace usage of Array#? with Array#intersect? for efficiency 2024-01-05 15:15:30 -05:00
renderer Raise ArgumentError if :renderable object does not respond to #render_in 2024-01-09 16:01:04 -05:00
tasks Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Do not mask NoMethodError for render_in in render_in 2024-01-10 17:26:27 -06:00
testing Standardize nodoc comments 2021-07-29 21:18:07 +00:00
base.rb Also pass local_assigns to strict locals templates 2024-06-24 09:16:03 +02:00
buffers.rb Modify capture helper to use the output buffer's capture functionality. 2023-01-30 15:47:32 -08:00
cache_expiry.rb Do not build View watcher until the first updated? check 2024-03-12 16:30:29 +00:00
context.rb Refactor Action View tests to stop re-assigning @output_buffer 2022-08-03 15:00:58 +02:00
dependency_tracker.rb Use Prism for parsing renders when available 2023-09-29 20:57:54 -04:00
deprecator.rb Add ActionView.deprecator 2022-10-30 16:01:39 -05:00
digestor.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
flows.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
gem_version.rb Development of Rails 8.0 starts now 2024-05-13 16:45:20 +00:00
helpers.rb Add additional content exfiltration prevention to form tags 2022-05-23 17:46:37 +00:00
layouts.rb Use verb form of "fallback" 2024-01-07 17:27:23 -06:00
log_subscriber.rb Replace allocations count by GC time in request logs 2024-05-08 23:02:35 +02:00
lookup_context.rb Optimize ActionView::LookupContext::DetailsKey 2023-05-08 10:49:33 +09:00
model_naming.rb Fix typo in the documentation 2021-11-15 23:24:00 +00:00
path_registry.rb Only de-dup/cache FileSystemResolvers in ViewPaths 2023-03-30 13:51:04 -07:00
path_set.rb Only de-dup/cache FileSystemResolvers in ViewPaths 2023-03-30 13:51:04 -07:00
railtie.rb Do not build View watcher until the first updated? check 2024-03-12 16:30:29 +00:00
record_identifier.rb Fix form_for id generation for new CPK models 2023-08-28 15:56:25 -05:00
render_parser.rb Ensure all RubyTracker RenderParsers are tested 2024-01-24 19:16:59 -05:00
rendering.rb Replace usage of Array#? with Array#intersect? for efficiency 2024-01-05 15:15:30 -05:00
routing_url_for.rb Auto-link code references [ci-skip] 2022-11-15 13:57:15 -06:00
template_details.rb Store requested detail indexes in hashes 2021-07-13 12:26:26 -07:00
template_path.rb Add missing headers to Action Mailbox/Mailer/Text/View docs [ci-skip] 2023-04-02 17:47:17 +02:00
template.rb Also pass local_assigns to strict locals templates 2024-06-24 09:16:03 +02:00
test_case.rb Update comments for helper method generation 2024-04-22 22:14:42 +09:00
unbound_template.rb Fix threading issue with strict locals 2024-01-16 16:27:58 -08:00
version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
view_paths.rb Only de-dup/cache FileSystemResolvers in ViewPaths 2023-03-30 13:51:04 -07:00