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
Piotr Sarnacki 67b2404cf9 If partial is rendered in controller, grab format from template
Previously `rendered_format` was set only based on mime types
passed in Accept header, which was wrong if first type from
Accept was different than rendered partial. The fix is to simply
move setting rendered_format to the place where template
is available and grab format from the template. If it fails
we can fallback to formats passed by Accept header.
2012-03-27 12:14:56 +02:00
..
controller_fixtures
new_base Bring back rendering templates that start with / in nested structures 2012-01-17 10:04:39 -02:00
request
action_pack_assertions_test.rb
assert_select_test.rb
base_test.rb Remove ActionController::TestCase#rescue_action_in_public! 2012-03-15 04:14:49 +01:00
caching_test.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
capture_test.rb
content_type_test.rb
default_url_options_with_filter_test.rb
filters_test.rb Remove unused global variable in controller filters test 2012-02-23 11:36:20 +04:00
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb SSL should not be disabled by default in any environment. 2012-02-23 13:25:13 +00:00
helper_test.rb
http_basic_authentication_test.rb
http_digest_authentication_test.rb Should use an argument in http_digest_authentication_test.rb 2012-03-17 20:23:28 +09:00
http_token_authentication_test.rb
integration_test.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
layout_test.rb force response body to be read in assert_template 2012-03-05 22:21:04 +03:00
localized_templates_test.rb
log_subscriber_test.rb
mime_responds_test.rb Add test case for #5307 2012-03-07 09:35:17 -03:00
output_escaping_test.rb
params_wrapper_test.rb
record_identifier_test.rb
redirect_test.rb fix typo in redirect test 2012-03-15 15:15:10 -07:00
render_js_test.rb
render_json_test.rb
render_other_test.rb
render_test.rb If partial is rendered in controller, grab format from template 2012-03-27 12:14:56 +02:00
render_xml_test.rb
request_forgery_protection_test.rb fixed - warning: ambiguous first argument; put parentheses or even spaces 2012-03-16 19:07:41 +05:30
rescue_test.rb Removed unused assigns from ActionView::Template::Error 2012-01-20 20:13:29 +04:00
resources_test.rb Add config.default_method_for_update to support PATCH 2012-02-22 08:47:10 -08:00
routing_test.rb Route root helper shortcut 2012-03-03 22:25:05 -05:00
runner_test.rb
selector_test.rb
send_file_test.rb Remove unused method 2012-03-12 16:09:40 -03:00
show_exceptions_test.rb
sweeper_test.rb Don't ignore call to undefined method in Sweeper 2012-03-06 16:24:04 +00:00
test_case_test.rb assigns(:foo) should not convert @foo's keys to strings if it happens to be a hash 2012-02-18 23:41:07 +13:00
url_for_integration_test.rb
url_for_test.rb
url_rewriter_test.rb
view_paths_test.rb
webservice_test.rb