rails/actionview/test
Jean Boussier 6dc9e3309f Action View: allow to compile ERB templates with # frozen_string_literal: true
This can save a significant amount of string allocation in some scenarios
and is more consistent with modern Ruby code where `frozen_string_literal`
is enabled most of the time.
2021-11-29 10:38:51 +01:00
..
actionpack Execute field_error_proc within view 2021-10-29 10:07:04 -04:00
activerecord Add autocomplete="off" to all generated hidden fields (fixes #42610) 2021-09-21 15:57:56 -04:00
fixtures Merge pull request #42458 from HParker/use-ripper-dependency-tracker 2021-08-04 11:10:13 -07:00
lib Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
template Action View: allow to compile ERB templates with # frozen_string_literal: true 2021-11-29 10:38:51 +01:00
ujs Fix spelling in CoffeeScript and JavaScript files [ci skip] 2021-05-05 11:08:33 +10:00
abstract_unit.rb Delete AS::Dependencies.unhook! 2021-08-17 05:18:22 +02:00
active_record_unit.rb Module#const_set is a public method 2020-09-15 17:19:37 +09:00