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 Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
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 [ci skip] Doc ActionView::OutputBuffer 2018-09-06 15:28:45 -05:00
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 Avoid extra string allocation in the methods generated by eval 2020-03-10 17:43:35 +09:00
log_subscriber.rb add additional instrumentation block for ActionView layout rendering 2020-05-01 19:15:54 -07:00
lookup_context.rb ensure normalize_name is operating on a string 2021-05-12 18:26:03 +01:00
model_naming.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
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 Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
rendering.rb Revert "Raise when calling render with invalid options" 2020-10-29 13:49:30 -07:00
routing_url_for.rb URL helper methods are public 2020-10-02 14:20:58 +09:00
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 Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
view_paths.rb Stop reopening ClassMethods and merge definitions 2019-08-19 00:35:23 +09:00