rails--rails/actionpack/test/controller
Michael Koziarski 9b468f4cd7 [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7528 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-09-21 20:45:49 +00:00
..
controller_fixtures
deprecation Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
html-scanner [html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey] 2007-09-21 20:45:49 +00:00
session Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00
action_pack_assertions_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
addresses_render_test.rb
assert_select_test.rb Add support for assert_select_rjs with :show and :hide. #7780 [dchelimsky] 2007-05-26 17:29:23 +00:00
base_test.rb
benchmark_test.rb
caching_test.rb correct the ActionCacheTest from [7346] 2007-08-20 13:48:13 +00:00
capture_test.rb Fixed CaptureHelper#content_for to work with the optional content parameter instead of just the block #9434 [sandofsky/wildchild] 2007-09-21 03:40:25 +00:00
cgi_test.rb request.host works with IPv6 addresses. Closes #9458. 2007-08-31 19:03:42 +00:00
components_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
content_type_test.rb
cookie_test.rb Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an improvement for XSS attacks (closes #8895) [lifo/Spakman] 2007-09-21 15:05:49 +00:00
custom_handler_test.rb
fake_controllers.rb
fake_models.rb Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714 2007-07-17 09:44:03 +00:00
filter_params_test.rb Fix filtered parameter logging with nil parameter values. Closes #8422. 2007-05-21 23:01:17 +00:00
filters_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
flash_test.rb Removed ActionController::Base#keep_flash (use flash.keep instead) 2007-09-09 21:54:59 +00:00
fragment_store_setting_test.rb
helper_test.rb
http_authentication_test.rb Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well (closes #6754) [mislaw] 2007-06-23 16:43:08 +00:00
integration_test.rb Removed deprecated form of calling xml_http_request/xhr without the first argument being the http verb [DHH] 2007-09-09 23:00:17 +00:00
layout_test.rb Fix layout overriding response status. Closes #9476. 2007-09-08 03:12:03 +00:00
mime_responds_test.rb Fixed that default layouts did not take the format into account #9564 [lifofifo] 2007-09-18 23:10:34 +00:00
mime_type_test.rb Add multipart and url-encoded form mime types. 2007-05-15 23:57:16 +00:00
new_render_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
polymorphic_routes_test.rb * url_for now accepts a series of symbols representing the namespace of the record [Josh Knowles]. Closes #8640 2007-07-19 13:42:11 +00:00
record_identifier_test.rb Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +00:00
redirect_test.rb Removed deprecated parameters_for_method_reference concept (legacy from before named routes) [DHH] Added record identification with polymorphic routes for ActionController::Base#url_for and ActionView::Base#url_for [DHH] 2007-05-12 21:12:31 +00:00
render_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
request_test.rb Add a user_agent to TestRequest 2007-09-07 03:45:54 +00:00
rescue_test.rb Make sure missing template exceptions actually say which template they were looking for. Closes #8683 [dasil003] 2007-07-11 23:32:02 +00:00
resources_test.rb Fixed that resource namespaces wouldnt stick to all nested resources (closes #9399) [pixeltrix] 2007-09-10 14:31:44 +00:00
routing_test.rb Disable optimisation code for UrlWriter as request.host doesn't make sense there. 2007-09-17 09:30:18 +00:00
selector_test.rb
send_file_test.rb
session_management_test.rb Remove deprecated functionality from actionpack. Closes #8958 [lifofifo] 2007-09-03 00:18:30 +00:00
test_test.rb Add option to force binary mode on tempfile used for fixture_file_upload. Closes #6380. 2007-09-14 07:34:45 +00:00
url_rewriter_test.rb Disable optimisation code for UrlWriter as request.host doesn't make sense there. 2007-09-17 09:30:18 +00:00
verification_test.rb
view_paths_test.rb Removed the deprecated ActionController#Base.template_root/= methods (use ActionController#Base.view_paths/= instead) [DHH] 2007-09-09 18:00:55 +00:00
webservice_test.rb Parse url-encoded and multipart requests ourselves instead of delegating to CGI. 2007-05-18 06:24:50 +00:00