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
2018-04-15 12:34:30 -04:00
..
helpers Inclusive Language in Documentation Examples [ci skip] 2018-04-15 12:34:30 -04:00
locale
renderer fix(streaming_template_renderer): I18n.locale broken in layout. I18n gem stores the current locale in Thread.current[:local] (see: https://github.com/svenfuchs/i18n/blob/master/lib/i18n.rb#L23). StreamingTemplateRenderer is implemented with Fiber which have its own stack of locals and can not access Thread.current.locals(keys, see: https://ruby-doc.org/core-2.2.0/Thread.html#class-Thread-label-Fiber-local+vs.+Thread-local). 2017-11-25 21:32:02 +01:00
tasks Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Remove unused MissingRequestError 2017-10-31 08:48:15 +09:00
testing [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
base.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
buffers.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
context.rb Remove :api: tag that has leaked on the doc directly [ci skip] 2017-09-30 18:42:46 +09:00
dependency_tracker.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
digestor.rb Fix rendering a differently-formatted partial after caching 2018-04-13 14:43:12 -04:00
flows.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
gem_version.rb Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
helpers.rb Remove RecordTagHelper 2018-04-07 09:28:01 +09:00
layouts.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
log_subscriber.rb [Action View] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
lookup_context.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
model_naming.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
path_set.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
railtie.rb Add action_view.finalize_compiled_template_methods config option 2018-04-02 20:50:33 +01:00
record_identifier.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
rendering.rb [Action View] require_relative => require 2017-10-21 22:48:28 +09:00
routing_url_for.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template.rb Use :default option in order to set default value of finalize_compiled_template_methods 2018-04-03 16:40:23 +03:00
test_case.rb Fix some typos. 2017-10-10 23:08:03 -04:00
version.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
view_paths.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00