1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view
Rafael Mendonça França 600ff9abfc
Fix all rubocop violations
2021-06-08 23:35:59 +00:00
..
helpers Fix all rubocop violations 2021-06-08 23:35:59 +00:00
locale
renderer Fix SELECT COUNT queries when rendering ActiveRecord collections (#40870) 2020-12-18 15:58:11 -05:00
tasks
template Add option to strip trailing newlines from ERB templates 2021-06-04 10:27:55 +01:00
testing Extract ActionView::TemplatePath 2021-05-10 22:26:13 -07:00
base.rb Revert "Remove redundant @virtual_path variable" 2020-12-30 14:07:09 +01:00
buffers.rb
cache_expiry.rb Don't clear view cache during concurrent requests 2021-04-19 09:36:38 -07:00
context.rb Revert "Remove redundant @virtual_path variable" 2020-12-30 14:07:09 +01:00
dependency_tracker.rb Appease rubocop 2021-05-11 10:15:24 -07:00
digestor.rb Use TemplatePath in Digestor 2021-05-10 22:26:14 -07:00
flows.rb Restore implicit to_s for content_for and provide 2021-05-07 12:14:39 -04:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
helpers.rb Simply require rather than autoload + immediately load below 2020-11-26 23:27:22 +09:00
layouts.rb
log_subscriber.rb
lookup_context.rb ensure normalize_name is operating on a string 2021-05-12 18:26:03 +01:00
model_naming.rb
path_set.rb Merge {Optimized,}FileSystemResolver 2021-04-14 11:27:11 -07:00
railtie.rb Don't clear view cache during concurrent requests 2021-04-19 09:36:38 -07:00
record_identifier.rb
rendering.rb
routing_url_for.rb
template.rb Update Rails version in depraction and add non-deprecated code 2021-02-17 09:41:37 +01:00
template_details.rb Encapsulate "details" into TemplateDetails 2021-05-11 18:48:24 -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 Encapsulate "details" into TemplateDetails 2021-05-11 18:48:24 -07:00
version.rb
view_paths.rb