.. |
middleware_stack
|
make sure string keys are always looked up from the class cache
|
2011-03-02 10:11:28 -08:00 |
request
|
Cleaning and adding tests for Session
|
2014-03-19 21:01:08 -05:00 |
routing
|
Remove unused method in RouteSet test.
|
2014-05-15 00:51:55 -07:00 |
session
|
Add an explicit require for 4ece124396 rather than assume SecureRandom is available
|
2014-03-16 16:08:16 -07:00 |
callbacks_test.rb
|
ActionDispatch: add missing test for callbacks
|
2012-02-16 15:58:58 +02:00 |
cookies_test.rb
|
Fixed an issue with migrating legacy json cookies.
|
2014-04-23 12:32:14 -05:00 |
debug_exceptions_test.rb
|
Display diagnostics in text format for xhr request
|
2014-04-14 20:48:13 +07:00 |
header_test.rb
|
HTTP::Headers#key? correctly converts
|
2014-05-07 12:01:34 -05:00 |
live_response_test.rb
|
use the body proxy to freeze headers
|
2014-03-12 17:40:08 -07: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
|
this class is a model, so it should act like one
|
2014-05-12 15:54:46 -07:00 |
rack_cache_test.rb
|
Dump and load rack-cache stuff.
|
2011-05-17 17:33:17 -04: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
|
Merge pull request #12651 from cespare/ipv6-remote-ip-fixes
|
2014-05-01 14:43:14 -03:00 |
response_test.rb
|
Do note remove Content-Type when render :body
|
2014-03-05 10:33:52 -05: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
|
Add RFC4791 MKCALENDAR method
|
2014-05-15 17:41:37 +03: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
|
Avoid URI parsing
|
2014-04-09 14:19:53 -03:00 |
static_test.rb
|
use File.exist? instead of File.exists?
|
2014-02-09 17:39:55 +09:00 |
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
|
Change the method description
|
2014-04-17 14:49:02 -03:00 |
url_generation_test.rb
|
Always use the provided port for protocol relative urls
|
2014-05-11 12:59:37 +01:00 |