rails--rails/actionpack/test/controller
David Heinemeier Hansson 5e998d1ea0 Make new mime types first class [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4407 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-06-02 04:29:34 +00: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
action_pack_assertions_test.rb Added support for Mime objects in render :content_type option [DHH] 2006-06-02 03:39:56 +00:00
addresses_render_test.rb
base_test.rb
benchmark_test.rb
caching_filestore.rb
capture_test.rb
cgi_test.rb Cope with missing content type and length headers. Parse parameters from multipart and urlencoded request bodies only. Accept multipart PUT parameters. Closes #5235. 2006-06-01 00:01:48 +00:00
components_test.rb
cookie_test.rb
custom_handler_test.rb
fake_controllers.rb
filter_params_test.rb Added ActionController.filter_parameter_logging that makes it easy to remove passwords, credit card numbers, and other sensitive information from being logged when a request is handled #1897 [jeremye@bsa.ca.gov] 2006-04-07 22:26:25 +00:00
filters_test.rb
flash_test.rb
fragment_store_setting_test.rb
helper_test.rb
layout_test.rb Add layout attribute to response object with the name of the layout that was rendered, or nil if none rendered. [Kevin Clark kevin.clark@gmail.com] 2006-05-17 07:25:36 +00:00
mime_responds_test.rb Added interrogation of params[:format] to determine Accept type. If :format is specified and matches a declared extension, like "rss" or "xml", that mime type will be put in front of the accept handler. This means you can link to the same action from different extensions and use that fact to determine output [DHH] 2006-05-31 18:52:24 +00:00
mime_type_test.rb Make new mime types first class [DHH] 2006-06-02 04:29:34 +00:00
new_render_test.rb
raw_post_test.rb Cope with missing content type and length headers. Parse parameters from multipart and urlencoded request bodies only. Accept multipart PUT parameters. Closes #5235. 2006-06-01 00:01:48 +00:00
redirect_test.rb Diff compared options with #assert_redirected_to [Rick] 2006-04-22 15:08:25 +00:00
render_test.rb
request_test.rb
routing_test.rb 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
send_file_test.rb Add :status option to send_data and send_file. Defaults to '200 OK'. Closes #5243. 2006-06-02 00:51:56 +00:00
session_management_test.rb
test_test.rb 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
url_rewriter_test.rb 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
verification_test.rb Added :add_headers option to verify which merges a hash of name/value pairs into the response's headers hash if the prerequisites cannot be satisfied 2006-04-08 07:04:21 +00:00
webservice_test.rb