rails--rails/actionpack/test/controller
Jeremy Kemper 16558f6dd8 Ensure that test case setup is run even if overridden. Closes #10382.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8497 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-28 05:21:24 +00:00
..
controller_fixtures
deprecation
html-scanner Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes #10566 [wesley.moxam] 2007-12-23 21:07:20 +00:00
session Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz] 2007-11-21 21:31:45 +00:00
action_pack_assertions_test.rb Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525. 2007-10-07 19:12:02 +00:00
addresses_render_test.rb
assert_select_test.rb
base_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
benchmark_test.rb
caching_test.rb Added protection from trailing slashes on page caching (closes #10229) [devrieda] 2007-11-28 00:29:43 +00:00
capture_test.rb
cgi_test.rb Ruby 1.9 compat: cookies 2007-12-15 02:28:53 +00:00
components_test.rb
content_type_test.rb
cookie_test.rb Ruby 1.9 compat: account for new, non-flattening Array#to_s 2007-12-15 02:29:15 +00:00
custom_handler_test.rb
dispatcher_test.rb Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung] 2007-12-27 11:17:53 +00:00
fake_controllers.rb
fake_models.rb
filter_params_test.rb
filters_test.rb Note that filters test crashes Ruby 1.9 2007-12-15 02:29:24 +00:00
flash_test.rb Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek] 2007-10-24 04:47:40 +00:00
fragment_store_setting_test.rb Skip memcache tests unless it's installed 2007-10-15 01:47:35 +00:00
helper_test.rb Ruby 1.9 compat: helpers 2007-12-15 02:29:36 +00:00
http_authentication_test.rb
integration_test.rb Integration tests use ActionController::Dispatcher rather than the old Dispatcher. Closes #10596. 2007-12-22 19:03:01 +00:00
layout_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
mime_responds_test.rb Make sure that setting the format with a symbol works too 2007-12-03 19:49:22 +00:00
mime_type_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
new_render_test.rb Fix up template handler tests. Closes #10437. 2007-12-10 20:41:59 +00:00
polymorphic_routes_test.rb
record_identifier_test.rb
redirect_test.rb Improve the error message for assert_redirected_to. Closes #7337 [mikong, sandofsky] 2007-10-16 05:07:23 +00:00
render_test.rb Mark that render tests crash Ruby 1.9 2007-12-15 02:29:45 +00:00
request_forgery_protection_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
request_test.rb Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung] 2007-12-27 11:17:53 +00:00
rescue_test.rb Make rescue_from behave like rescue when dealing with subclasses. Closes #10079 [fxn] 2007-11-06 06:02:24 +00:00
resources_test.rb Move ActionController::Routing.optimise_named_routes to ActionController::Base.optimise_named_routes. Now you can set it in the config. 2007-10-03 05:47:41 +00:00
routing_test.rb Fixes for standalone tests 2007-12-15 02:29:04 +00:00
selector_test.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
send_file_test.rb
session_fixation_test.rb Make sure that cookie sessions use a secret that is at least 30 chars in length. [Koz] 2007-11-21 21:31:45 +00:00
session_management_test.rb
test_test.rb Ensure that test case setup is run even if overridden. Closes #10382. 2007-12-28 05:21:24 +00:00
url_rewriter_test.rb Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string'. Closes #8562, #9525. 2007-10-07 19:12:02 +00:00
verification_test.rb Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] 2007-11-30 21:04:57 +00:00
view_paths_test.rb Add #prepend_view_path and #append_view_path instance methods on ActionController::Base for consistency with the class methods. [rick] 2007-11-26 03:59:23 +00:00
webservice_test.rb