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
2011-11-30 18:57:12 +03:00
..
controller_fixtures
new_base A test case to ensure that AC::Metal#response_body= always wraps the given value in an Array in both Ruby 1.8 and 1.9 (refs #3581) 2011-11-10 10:54:56 +09:00
request
action_pack_assertions_test.rb
addresses_render_test.rb
assert_select_test.rb fix assert_select_email to work on non-multipart emails as well as converting the Mail::Body to a string to prevent errors. 2011-08-11 17:49:31 -05:00
base_test.rb
caching_test.rb Ensure that the format isn't applied twice to the cache key, else it becomes impossible to target with expire_action. 2011-10-31 15:10:07 -04:00
capture_test.rb
content_type_test.rb
default_url_options_with_filter_test.rb
filters_test.rb
flash_hash_test.rb
flash_test.rb
force_ssl_test.rb accept optional :host parameter to force_ssl 2011-10-08 18:38:02 -05:00
helper_test.rb
http_basic_authentication_test.rb Eliminate newlines in basic auth. fixes #2882 2011-09-06 17:25:20 -07:00
http_digest_authentication_test.rb
http_token_authentication_test.rb
integration_test.rb Revert "Make process reuse the env var passed as argument" 2011-09-24 17:19:42 -03:00
layout_test.rb Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
localized_templates_test.rb
log_subscriber_test.rb Log 'Filter chain halted as CALLBACKNAME rendered or redirected' every time a before callback halts. 2011-11-30 09:53:09 +01:00
mime_responds_test.rb Responders now return 204 No Content for API requests without a response body (as in the new scaffold) 2011-10-26 09:31:56 +02:00
output_escaping_test.rb
params_wrapper_test.rb Use lazy load hooks to set parameter wrapping configuration. This means that it doesn't force Action Controller / Active Record to load, but it doesn't fail if they have already loaded. Thanks @josevalim for the hint. 2011-08-16 19:14:20 +01:00
record_identifier_test.rb
redirect_test.rb Methods like status and location are interfering with redirect_to [Closes #2511] 2011-08-14 19:00:30 +02:00
render_js_test.rb
render_json_test.rb Revert the serializers API as other alternatives are now also under discussion 2011-11-25 19:29:39 +00:00
render_other_test.rb
render_test.rb Deprecate passing the template handler in the template name. 2011-09-22 15:37:38 +02:00
render_xml_test.rb
request_forgery_protection_test.rb Use ensure instead of rescue 2011-09-10 11:01:22 -07:00
rescue_test.rb
resources_test.rb all routes can be stored in the Journey Routes object 2011-09-12 16:50:48 -07:00
routing_test.rb fix method redefined warnings in tests 2011-11-30 18:57:12 +03:00
runner_test.rb
selector_test.rb
send_file_test.rb
show_exceptions_test.rb Warnings removed. (ambiguous first argument) 2011-11-24 00:10:34 +09:00
test_test.rb normalize arg for AC::TestCase tests class method 2011-10-03 12:12:07 +04:00
url_for_integration_test.rb fix method redefined warnings in tests 2011-11-30 18:57:12 +03:00
url_for_test.rb Fix trouble using :subdomain in development environment when using numeric addresses. 2011-11-08 07:52:35 -06:00
url_rewriter_test.rb / is allowed in URI fragments 2011-10-13 21:41:30 -07:00
view_paths_test.rb
webservice_test.rb