rails--rails/actionpack/test/controller
Nicholas Seckar 2ca6f57f85 Add broken test
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6724 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-12 04:46:17 +00:00
..
controller_fixtures
deprecation
html-scanner
session
action_pack_assertions_test.rb Add ActionController::Routing::Helpers, a module to contain common URL helpers such as polymorphic_url. 2007-05-12 04:18:46 +00:00
addresses_render_test.rb
assert_select_test.rb
base_test.rb
benchmark_test.rb
caching_test.rb
capture_test.rb
cgi_test.rb Added parsing of file type in Hash.xml_in so you can easily do file uploads with base64 from an API [DHH] 2007-04-25 17:25:44 +00:00
components_test.rb
content_type_test.rb
cookie_test.rb
custom_handler_test.rb
fake_controllers.rb
filter_params_test.rb
filters_test.rb Bug fix for the filter implementation 2007-05-06 04:10:26 +00:00
flash_test.rb Sweep flash when filter chain is halted. Closes #6175. [Caio Chassot <lists@v2studio.com>] 2007-05-06 04:17:01 +00:00
fragment_store_setting_test.rb
helper_test.rb
http_authentication_test.rb Included the HttpAuthentication plugin as part of core (ActionController::HttpAuthentication::Basic) [DHH] 2007-05-08 05:48:18 +00:00
integration_test.rb
layout_test.rb
mime_responds_test.rb
mime_type_test.rb
new_render_test.rb Added that render :xml will try to call to_xml if it can [DHH] 2007-04-24 18:29:37 +00:00
raw_post_test.rb
record_identifier_test.rb Added the first part of Simply Helpful to core. The rest is pending a clean integartion of polymorphic urls [DHH] 2007-04-30 01:17:56 +00:00
redirect_test.rb Revert [6430] since the test is faulty. References #7837, closes #7842. 2007-03-16 13:55:36 +00:00
render_test.rb Added that render :xml will try to call to_xml if it can [DHH] 2007-04-24 18:29:37 +00:00
request_test.rb
rescue_test.rb
resources_test.rb Added map.namespace to deal with the common situation of admin sections and the like [DHH] 2007-04-27 16:58:36 +00:00
routing_test.rb Add broken test 2007-05-12 04:46:17 +00:00
selector_test.rb
send_file_test.rb
session_management_test.rb
test_test.rb
url_rewriter_test.rb Update UrlWriter to accept :anchor parameter. Closes #6771. 2007-05-02 04:40:33 +00:00
verification_test.rb
view_paths_test.rb
webservice_test.rb