rails--rails/actionview/test/fixtures
Eugene Kenny 2a8fe4f821 Remove an unused Action View test fixture
The test that used this was deleted in
4642ca9640.
2020-11-01 23:25:29 +00:00
..
actionpack Remove deprecated support to passing relative paths to `render file:` 2020-10-30 00:25:14 +00:00
comments Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
customers Added tests to render helper that expect `render partial: @foo` to 2014-02-12 17:40:52 +00:00
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
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 Move view_paths from AP to AV 2013-08-25 11:39:07 +02:00
override2/layouts/test Move view_paths from AP to AV 2013-08-25 11:39:07 +02:00
projects
public Clean up and consolidate .gitignores 2018-02-17 14:26:19 -08:00
replies
respond_to
test Remove deprecated support to passing relative paths to `render file:` 2020-10-30 00:25:14 +00:00
topics
translations/templates Extend `ActionView::Helpers#translate` to yield 2020-08-26 20:46:33 +00:00
_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