rails--rails/actionpack/test/controller
Joshua Peek 0edb0a4fac Deprecate ActionController::Response#set_cookie :http_only option infavor of :httponly 2009-02-07 15:37:54 -06:00
..
controller_fixtures
deprecation
html-scanner
request Remove ancient tests for CGI parsing bug 2009-01-31 23:51:42 -06:00
session Temporarily bundle Rack 1.0 prerelease for testing 2009-02-07 00:08:28 -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 Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08: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 Deprecate ActionController::Response#set_cookie :http_only option infavor of :httponly 2009-02-07 15:37:54 -06:00
dispatcher_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08: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
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 Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08: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 Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08:00
rack_test.rb Temporarily bundle Rack 1.0 prerelease for testing 2009-02-07 00:08:28 -06:00
record_identifier_test.rb
redirect_test.rb
render_test.rb implicitly rendering a js response should not use the default layout [#1844 state:resolved] 2009-02-05 15:23:05 -06:00
request_forgery_protection_test.rb
request_test.rb Dont use Memoizable for ActionController::Request 2009-01-27 17:26:37 +00:00
rescue_test.rb Added support to dashed locales in templates localization [#1888 state:resolved] 2009-02-06 23:23:50 -06:00
resources_test.rb Removed map.resources :only/:except inheritance 2009-02-01 14:47:56 +13:00
routing_test.rb Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. 2009-02-03 18:40:22 -08: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
webservice_test.rb