.. |
helpers
|
Merge pull request #32305 from q-centrix/perf-improvement-translation-helper
|
2018-03-20 15:42:31 +00: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 digesting templates with mixed formats
|
2018-03-20 06:33:20 -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
|
Add support for automatic nonce generation for Rails UJS
|
2018-02-19 15:59:34 +00: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
|
Don't enforce UTF-8 by default
|
2018-02-27 15:03:50 +00: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
|
Fix outdated comment [ci skip]
|
2017-09-02 17:38:02 +09: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 |