rails/actionpack/test/dispatch
2014-01-23 21:56:28 -05:00
..
middleware_stack make sure string keys are always looked up from the class cache 2011-03-02 10:11:28 -08:00
request test boolean and number json param parsing 2014-01-23 21:56:28 -05:00
routing Tidy up tests and CHANGELOG for #12598 2014-01-20 16:34:22 +00:00
session Remove comments about removing LegacyKeyGenerator in 4.1 2013-04-03 08:28:37 -05:00
callbacks_test.rb ActionDispatch: add missing test for callbacks 2012-02-16 15:58:58 +02:00
cookies_test.rb Remove comments about removing LegacyKeyGenerator in 4.1 2013-04-03 08:28:37 -05:00
debug_exceptions_test.rb Revert "Merge pull request #9660 from sebasoga/change_strong_parameters_require_behaviour" 2013-11-02 14:30:03 -05:00
header_test.rb Http::Headers directly modifies the passed environment. 2013-03-15 10:13:49 +01:00
live_response_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
mapper_test.rb Raise a helpful error message on #mount misuse 2012-07-10 16:17:02 -07:00
middleware_stack_test.rb Add the #unshift method to the middleware stack 2012-05-18 16:41:52 +10:00
mime_type_test.rb Fixed test for Mime::VCF 2013-12-06 08:15:43 +01:00
mount_test.rb Revert "Don't remove trailing slash from PATH_INFO for mounted apps" 2014-01-16 10:13:51 +01:00
prefix_generation_test.rb Allow engine root relative redirects using an empty string. 2014-01-01 11:19:14 +00:00
rack_cache_test.rb Dump and load rack-cache stuff. 2011-05-17 17:33:17 -04:00
rack_test.rb Remove Mime::Type#verify_request? and Mime::Type.browser_generated_types were deprecated. 2013-06-02 00:07:58 +09:00
reloader_test.rb Use a BodyProxy instead of including a Module that responds to close. 2012-01-13 19:46:13 -02:00
request_id_test.rb Remove default match without specified method 2012-04-24 22:52:26 -05:00
request_test.rb Fix assertions for testing unknown formats using Mime::NullType 2013-12-19 14:19:41 -02:00
response_test.rb update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to? to accept include_private argument 2013-08-16 08:22:08 -07:00
routing_assertions_test.rb Raise Assertion instead of RoutingError for routing assertion failures. 2012-05-20 06:21:32 -05:00
routing_test.rb Tidy up tests and CHANGELOG for #12598 2014-01-20 16:34:22 +00:00
show_exceptions_test.rb Merge pull request #9857 from yyyc514/bad_params_should_400 2013-04-30 17:38:56 -07:00
ssl_test.rb Space is not required for Set-Cookie header 2013-07-05 15:40:14 +09:00
static_test.rb standardize on jruby_skip & rbx_skip 2014-01-13 19:51:47 +05:30
test_request_test.rb Allow overriding of all headers from passed environment hash 2013-07-25 07:54:57 +01:00
test_response_test.rb Add ActionDispatch::TestResponse tests. 2010-09-25 10:52:57 +02:00
uploaded_file_test.rb fixes the suite for uploaded files 2012-09-23 00:50:30 +02:00
url_generation_test.rb Spelling and Grammar check [ci skip] 2013-12-16 00:44:37 +05:30