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/fixtures
Eugene Kenny 5888c359e4 Add test for HTML format fallback from JS template
When rendering a template with an explicit JS format, typically via
`respond_to :js`, we want to be able to render HTML partials without
having to specify their format, in order to make SJR more ergonomic.
2020-05-29 22:07:17 +01:00
..
actionpack Prefer render template: in tests 2019-03-21 13:44:56 -07:00
comments
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 Add test for HTML format fallback from JS template 2020-05-29 22:07:17 +01: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