rails--rails/actionpack/test/controller
Jeremy Kemper 41198ad3ad Fix parsing of array[] CGI parameters so extra empty values aren't included. Closes #6252.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5904 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-01-12 09:10:58 +00:00
..
controller_fixtures
deprecation Silence log_error deprecation warnings from inspecting deprecated instance variables. 2006-12-19 23:16:10 +00:00
action_pack_assertions_test.rb Fix assert_redirected_to bug where redirecting from a nested to to a top-level controller incorrectly added the current controller's nesting. Closes #6128. [Rick Olson] 2006-12-25 09:34:01 +00:00
addresses_render_test.rb
assert_select_test.rb assert_select_rjs :remove 2006-11-15 12:45:52 +00:00
base_test.rb
benchmark_test.rb
caching_test.rb Only cache GET requests with a 200 OK response. Closes #6514, #6743. 2006-12-19 20:25:52 +00:00
capture_test.rb update_element_function is deprecated 2006-11-13 00:53:20 +00:00
cgi_test.rb Fix parsing of array[] CGI parameters so extra empty values aren't included. Closes #6252. 2007-01-12 09:10:58 +00:00
components_test.rb uses_component_template_root looks at caller[0] which turns up the deprecation method rather than the controller. Use caller[1] instead. 2006-11-26 01:24:10 +00:00
content_type_test.rb
cookie_test.rb
custom_handler_test.rb
deprecated_instance_variables_test.rb
fake_controllers.rb
filter_params_test.rb
filters_test.rb
flash_test.rb
fragment_store_setting_test.rb
helper_test.rb
integration_test.rb
layout_test.rb
mime_responds_test.rb Remove unrelated render :yaml changes. References #4185. 2006-12-06 23:16:25 +00:00
mime_type_test.rb
new_render_test.rb Test proving render_to_string result passed to partial works. Closes #2541. [smeade] 2007-01-12 06:10:06 +00:00
raw_post_test.rb
redirect_test.rb
render_test.rb Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek] 2006-12-19 04:41:57 +00:00
request_test.rb Set request.env['REQUEST_URI'] when absent. 2007-01-12 07:01:39 +00:00
rescue_test.rb Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions. 2006-12-22 00:27:39 +00:00
resources_test.rb Fix bug where nested resources ignore a parent singleton parent's path prefix. Closes #6940 [Dan Kubb] 2007-01-08 01:07:48 +00:00
routing_test.rb Routing uses URI escaping for path components and CGI escaping for query parameters. 2006-12-28 21:04:44 +00:00
selector_test.rb
send_file_test.rb Dont set default charset if the response is sending a file. Closes #6689 [DHH] 2006-11-25 19:29:10 +00:00
session_management_test.rb Always clear model associations from session. Closes #4795. 2006-11-13 18:59:01 +00:00
test_test.rb Fix assert_redirected_to bug where redirecting from a nested to to a top-level controller incorrectly added the current controller's nesting. Closes #6128. [Rick Olson] 2006-12-25 09:34:01 +00:00
url_rewriter_test.rb Update Routing to complain when :controller is not specified by a route. Closes #6669. 2006-11-22 16:31:00 +00:00
verification_test.rb
webservice_test.rb