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
2014-06-16 21:04:15 +02:00
..
controller_fixtures
mime Merge pull request #15182 from zuhao/refactor_actionpack_respond_with_test_2 2014-05-20 08:58:17 +02:00
new_base The correct status to test should be :switching_protocols. 2014-05-25 16:17:22 +08:00
parameters adds some details to the rationale of converted_arrays [ci skip] 2014-06-07 13:30:03 +02:00
request
action_pack_assertions_test.rb Removed require's for html-scanner. 2014-06-16 21:04:12 +02:00
base_test.rb
caching_test.rb Add controller and action name to the instrumentation payload 2014-05-10 09:35:29 +00:00
content_type_test.rb Add with_default_charset helper. 2014-05-28 21:17:16 +08:00
default_url_options_with_before_action_test.rb
filters_test.rb Deprecate all *_filter callbacks in favor of *_action callbacks 2014-05-27 19:10:14 -03:00
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb Remove tests method for test cases when controller can be inferred. 2014-05-03 23:55:23 -07:00
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb Removed require's for html-scanner. 2014-06-16 21:04:12 +02:00
live_stream_test.rb Handle client disconnect during live streaming 2014-06-08 07:21:14 +09:30
localized_templates_test.rb Move I18n.locale setting into setup and teardown. 2014-05-28 21:50:30 +08:00
log_subscriber_test.rb
output_escaping_test.rb
params_wrapper_test.rb Clear inflections after test. 2014-05-28 23:33:10 +08:00
permitted_params_test.rb
redirect_test.rb
render_js_test.rb
render_json_test.rb
render_other_test.rb Add and remove renderer inside the test to prevent leak. 2014-05-28 22:24:22 +08:00
render_test.rb
render_xml_test.rb
request_forgery_protection_test.rb Nokogiri leaves '<' unescaped, so the assert_select looking for '&lt;' will never work. Switched to assert_matching the reponse body. 2014-06-16 21:04:15 +02:00
required_params_test.rb
rescue_test.rb
resources_test.rb
routing_test.rb add tests for nested lambda constraints 2014-06-03 11:33:53 -07:00
runner_test.rb
send_file_test.rb Mime::PNG is already defined. 2014-06-05 22:04:06 +08:00
show_exceptions_test.rb
streaming_test.rb
test_case_test.rb Removed tag.rb since it has been deprecated. 2014-06-15 23:40:55 +02:00
url_for_integration_test.rb
url_for_test.rb Revert "Rewrite journey routes formatter for performance" 2014-05-19 16:14:47 -07:00
url_rewriter_test.rb
webservice_test.rb