rails--rails/actionview/test/fixtures
bogdanvlviv 0f98954a83
Clean up and consolidate .gitignores
* Global ignores at toplevel .gitignore
* Component-specific ignores in each toplevel directory
* Remove `actionview/test/tmp/.keep` for JRuby

```
rm actionview/test/tmp/ -fr
cd actionview/
bundle exec jruby -Itest test/template/digestor_test.rb
```

Related to #11743, #30392.

Closes #29978.
2018-02-17 14:26:19 -08:00
..
actionpack Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
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 finding templates for digesting for */* requests that render a non-default (html) template 2016-06-15 18:25:18 -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(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
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 Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" 2017-07-02 02:15:17 +09:30
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