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
Ryuta Kamizono 1165401ee9 Remove unused require "active_support/core_ext/kernel/singleton_class"
`singleton_class` is in Ruby 1.9.2, and there is no use singleton class
eval in the files.
2020-05-10 03:20:02 +09:00
..
helpers Dogfooding "active_support/core_ext/symbol/starts_ends_with" 2020-05-06 14:19:25 +09:00
locale
renderer add additional instrumentation block for ActionView layout rendering 2020-05-01 19:15:54 -07:00
tasks Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Deprecate rendering templates with . in the name 2020-05-05 23:21:17 -07:00
testing Simplify FixtureResolver to reuse filtering logic 2020-02-24 16:22:58 -08:00
base.rb .annotate_template_file_names annotates HTML output with template file names 2020-03-30 14:50:01 -06:00
buffers.rb [ci skip] Doc ActionView::OutputBuffer 2018-09-06 15:28:45 -05:00
cache_expiry.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
context.rb Directly include "CompiledTemplates" module 2019-01-18 15:51:15 -08:00
dependency_tracker.rb Ignore interpolated strings in DependencyTracker 2020-04-27 10:10:45 -07:00
digestor.rb Add a default value for arg format in ActionView::Digestor.digest() 2019-07-26 15:22:43 +05:30
flows.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
helpers.rb Remove RecordTagHelper 2018-04-07 09:28:01 +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 Merge pull request #37928 from CGA1123/fix-race-in-action-view 2019-12-12 22:47:30 +01:00
model_naming.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
path_set.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
railtie.rb Don't require "action_view/base" in action pack: 2019-12-19 17:28:24 +01:00
record_identifier.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
rendering.rb update from PR #36222 2020-02-12 13:31:43 -05:00
routing_url_for.rb respect path_only option when an array is passed into url_for 2018-10-01 19:31:08 +02:00
template.rb Remove unused require "active_support/core_ext/kernel/singleton_class" 2020-05-10 03:20:02 +09:00
test_case.rb Fix helper_method in ActionView::TestCase to allow keyword arguments 2020-02-28 04:46:05 +09:00
unbound_template.rb Fix Class#new + keyword arguments warnings 2019-09-09 02:35:59 +09: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