rails--rails/actionview/test/fixtures
st0012 e8688ddb33 Fix partial caching ignore repeated items issue
This is because we only use hash to maintain the result. So when the key
are the same, the result would be skipped. The solution is to maintain
an array for tracking every item's position to restructure the result.
2019-04-04 09:59:06 +08:00
..
actionpack Prefer render template: in tests 2019-03-21 13:44:56 -07:00
comments Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
custom_pattern
customers
db_definitions
developers
digestor Fix digesting templates with mixed formats 2018-03-20 06:33:20 -04:00
fun
games
good_customers
helpers Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
helpers_missing Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
layout_tests/alt
layouts 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
mascots
override/test
override2/layouts/test
projects
public Clean up and consolidate .gitignores 2018-02-17 14:26:19 -08:00
replies
respond_to
test Fix partial caching ignore repeated items issue 2019-04-04 09:59:06 +08:00
topics
translations/templates
_top_level_partial.html.erb
_top_level_partial_only.erb
companies.yml
company.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
developer.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
developers.yml
developers_projects.yml
mascot.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
mascots.yml
plain_text.raw
plain_text_with_characters.raw
project.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
projects.yml
replies.yml
reply.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
ruby_template.ruby Enable `Performance/UnfreezeString` cop 2018-09-23 08:56:55 +09:00
shared.html.erb
topic.rb Use frozen string literal in actionview/ 2017-07-24 11:53:43 +03:00
topics.yml
with_format.json.erb