1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller/new_base
Ryuta Kamizono 5349f23108 Remove :api: tag that has leaked on the doc directly [ci skip]
Currently `:api:` tag has leaked on the doc directly since RDoc doesn't
support `:api:` tag directive.

http://api.rubyonrails.org/v5.1/classes/AbstractController/Rendering.html

So `:api: private` doesn't work as expected. We are using `:nodoc:` for
the purpose.

Related #13989.
2017-09-30 18:42:46 +09:00
..
bare_metal_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00
base_test.rb Remove :api: tag that has leaked on the doc directly [ci skip] 2017-09-30 18:42:46 +09:00
content_negotiation_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
content_type_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
middleware_test.rb Make actionpack frozen string friendly 2017-07-24 23:38:04 +03:00
render_action_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_body_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_context_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_file_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_html_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_implicit_action_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_layout_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_partial_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_plain_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_streaming_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_template_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
render_xml_test.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00