rails/actionpack/test/controller
Rafael Mendonça França f2494b536b Whitespaces ✂️
2012-01-10 02:01:10 -03:00
..
controller_fixtures New routes implementation. Simpler, faster, easier to understand. The published API for config/routes.rb is unchanged, but nearly everything else is different, so expect breakage in plugins and libs that try to fiddle with routes. 2006-06-01 15:42:08 +00:00
new_base Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
request cleaning up some warnings on 1.9.3 2011-02-07 16:44:27 -08:00
action_pack_assertions_test.rb Remove deprecation warning from test related to old process api 2012-01-06 09:25:40 -02:00
addresses_render_test.rb Moving to logger methods to ActiveSupport Logger 2011-12-24 00:17:21 +05:30
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 AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
caching_test.rb Provide a class optin for page_cache_compression. 2011-12-24 09:54:29 +01:00
capture_test.rb Moving to logger methods to ActiveSupport Logger 2011-12-24 00:17:21 +05:30
content_type_test.rb Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
default_url_options_with_filter_test.rb it's -> its 2011-12-15 12:57:33 -08:00
filters_test.rb get rid of using instance_variable_names method from AS 2012-01-07 14:44:47 +03:00
flash_hash_test.rb mutations on the underlying hash should also mutate the discard set 2011-12-28 18:33:44 -08:00
flash_test.rb Get rid of the close checks since we cannot reliably close the session anyway. 2011-12-16 10:45:59 +01:00
force_ssl_test.rb accept optional :host parameter to force_ssl 2011-10-08 18:38:02 -05:00
helper_test.rb Removing extra requires from the test. Already loaded in abstract_unit. 2011-07-31 23:36:21 +05:30
http_basic_authentication_test.rb remove ActiveSupport::Base64 in favor of ::Base64 2012-01-02 22:48:15 +03:00
http_digest_authentication_test.rb Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228) 2011-12-21 00:02:58 +01:00
http_token_authentication_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
integration_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
layout_test.rb Fix bug in assert_template when using only :layout option 2011-12-06 21:15:27 -05:00
localized_templates_test.rb Fixed that default locale templates should be used if the current locale template is missing [DHH] 2010-04-08 18:11:26 -07:00
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 code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them 2010-08-17 03:32:11 +02:00
params_wrapper_test.rb Fix warning for params_wrapper_test. 2011-12-08 23:09:09 +09:00
record_identifier_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
redirect_test.rb Fix for redirect_to to respect urls with a network path reference like "//asset.host.com/resources/1235" see issue #3856 2011-12-05 11:19:48 +01:00
render_js_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
render_json_test.rb Moving to logger methods to ActiveSupport Logger 2011-12-24 00:17:21 +05:30
render_other_test.rb removes support for render :update 2011-04-13 13:23:17 +02:00
render_test.rb Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
render_xml_test.rb Moved all the logger methods to active support logger 2012-01-06 00:38:46 +05:30
request_forgery_protection_test.rb Use ensure instead of rescue 2011-09-10 11:01:22 -07:00
rescue_test.rb Remove Rescue middleware that was never used by Rails. 2011-12-24 11:28:05 +01:00
resources_test.rb all routes can be stored in the Journey Routes object 2011-09-12 16:50:48 -07:00
routing_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
runner_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
selector_test.rb AP tests should inherit from AS::TestCase 2012-01-05 17:05:44 -08:00
send_file_test.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
show_exceptions_test.rb Show detailed exceptions no longer returns true if the request is local in production. 2011-12-16 10:45:59 +01:00
test_case_test.rb Whitespaces ✂️ 2012-01-10 02:01:10 -03: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 url_for options[:subdomain] to allow objects as values 2011-12-14 22:43:42 +08:00
url_rewriter_test.rb / is allowed in URI fragments 2011-10-13 21:41:30 -07:00
view_paths_test.rb Test constant is not defined anymore 2012-01-06 22:51:45 -03:00
webservice_test.rb try not to use assert_blank when nil will would 2011-06-11 03:11:05 -04:00