rails--rails/actionpack/test/controller
Joshua Peek 5b5d0e325d Use Rack::Head middleware to ensure the body is discarded for HEAD requests 2009-02-01 01:01:49 -06:00
..
controller_fixtures
deprecation
html-scanner
request Remove ancient tests for CGI parsing bug 2009-01-31 23:51:42 -06:00
session Deprecation tests for f17c876 [#1801 state:resolved] 2009-01-29 19:37:38 -06:00
action_pack_assertions_test.rb Rename AbstractResponse to Response and inheirt from Rack::Response 2008-12-19 17:15:22 -06:00
addresses_render_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
assert_select_test.rb Fix assert_select_rjs not checking id for inserts [#540 state:resolved] 2008-12-26 18:25:32 +00:00
base_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
benchmark_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
caching_test.rb Undry ActionController::TestCase#<HTTP_METHODS> for better documentation 2008-12-25 17:54:44 +00:00
capture_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
content_type_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
cookie_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
dispatcher_test.rb Revert to the good old days when AssetTag didn't cause anyone problems 2009-01-02 13:40:23 -06:00
fake_controllers.rb
fake_models.rb
filter_params_test.rb
filters_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
flash_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
header_test.rb
helper_test.rb Allow helpers directory to be overridden via ActionController::Base.helpers_dir (Sam Pohlenz) [#1424 state:committed] 2008-11-23 13:42:53 +01:00
http_basic_authentication_test.rb Move basic auth test controller inside the test class 2009-01-29 01:59:55 +00:00
http_digest_authentication_test.rb Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, Pratik Naik] 2009-01-29 16:01:59 +00:00
integration_test.rb Use Rack::Head middleware to ensure the body is discarded for HEAD requests 2009-02-01 01:01:49 -06:00
layout_test.rb Use instance_eval instead of adding an accessor to the class 2009-01-07 14:49:12 -08:00
logging_test.rb
middleware_stack_test.rb Add MiddlewareStack#swap 2009-01-20 20:19:52 -06:00
mime_responds_test.rb
mime_type_test.rb Fix Mime::Type#=~ not using Regexp.quote 2008-12-21 02:24:22 +00:00
polymorphic_routes_test.rb Deprecated formatted_polymorphic_url 2008-11-30 17:04:24 -08:00
rack_test.rb Dont use Memoizable for ActionController::Request 2009-01-27 17:26:37 +00:00
record_identifier_test.rb
redirect_test.rb
render_test.rb Restore implicit rendering for XHR requests that want a HTML template [#1590 state:resolved] 2009-01-27 14:09:11 -06:00
request_forgery_protection_test.rb Change the forgery token implementation to just be a simple random string. 2008-11-23 14:28:34 +01:00
request_test.rb Dont use Memoizable for ActionController::Request 2009-01-27 17:26:37 +00:00
rescue_test.rb Memoize request accessors on the Rack env so other request objects have access to the same cache [#1668 state:resolved] 2009-01-04 12:15:15 -06:00
resources_test.rb Removed map.resources :only/:except inheritance 2009-02-01 14:47:56 +13:00
routing_test.rb Make router and controller classes better rack citizens 2008-12-28 15:31:03 -06:00
selector_test.rb
send_file_test.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
test_test.rb Controller, response, and request should all refer to same session, even after a call to session_reset [#1823 state:resolved] 2009-01-29 19:39:48 -06:00
translation_test.rb
url_rewriter_test.rb Ensure that when UrlWriter is included in multiple classes, the default_url_options of one don't affect the other. [#1277 state:resolved] 2009-01-28 19:31:48 +00:00
verification_test.rb
view_paths_test.rb Silence server backtrace in rescue templates and log files. Also remove some noise from missing template errors. 2008-12-05 11:24:28 -06:00
webservice_test.rb Switch to Rack based session stores. 2008-12-15 16:33:31 -06:00