1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Eileen M. Uchitelle 4edce566ad
Merge pull request #30361 from mfo/master
StreamingTemplateRenderer fails to forward I18n.locale in layouts
2017-12-11 08:08:03 -05:00
..
actionpack Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons 2017-10-28 22:55:34 +10:30
activerecord Remove unused methods from RenderPartialWithRecordIdentificationController 2017-09-30 17:38:27 +09:00
fixtures 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
lib/controller Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
template Merge pull request #30361 from mfo/master 2017-12-11 08:08:03 -05:00
tmp Unify the internal source control .keep file name 2017-08-24 13:40:26 +09:00
ujs Enable to call Rails.ajax without beforeSend 2017-10-28 12:13:19 +09:00
abstract_unit.rb Include ActionDispatch::DrawOnce in ActiveSupport::TestCase 2017-09-27 08:51:37 +09:00
active_record_unit.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00