.. |
middleware_stack
|
make sure string keys are always looked up from the class cache
|
2011-03-02 10:11:28 -08:00 |
request
|
Multipart is now fixed in Rack.
|
2011-05-03 12:10:11 +02:00 |
session
|
remove warning: assigned but unused variable
|
2011-06-08 00:26:09 -03:00 |
callbacks_test.rb
|
Don't deprecate to_prepare.
|
2010-12-23 19:21:14 +01:00 |
cookies_test.rb
|
CookieJar is enumerable. fixes #2795
|
2011-09-01 13:37:14 -07:00 |
header_test.rb
|
|
|
mapper_test.rb
|
all routes can be stored in the Journey Routes object
|
2011-09-12 16:50:48 -07:00 |
middleware_stack_test.rb
|
added block arguments to ActionController::Metal#use
|
2010-09-12 07:35:54 +08:00 |
mime_type_test.rb
|
No need to register again. As it's default now.
|
2011-06-28 18:20:28 +05:30 |
mount_test.rb
|
Check if the routes object really responds to define_mount_prefix.
|
2010-12-09 13:15:25 +01:00 |
prefix_generation_test.rb
|
Make polymorphic_url calls go through application helpers again.
|
2011-07-25 13:43:02 +02:00 |
rack_cache_test.rb
|
Dump and load rack-cache stuff.
|
2011-05-17 17:33:17 -04:00 |
rack_test.rb
|
* Change the object used in routing constraints to be an instance of
|
2010-04-03 20:24:30 -07:00 |
reloader_test.rb
|
Clean up callbacks should also be called on exceptions.
|
2010-12-23 19:17:02 +01:00 |
request_test.rb
|
Check Accept and Content-Type headers before evaluating them in xhr requests. Closes #2119
|
2011-07-19 22:05:16 +02:00 |
response_test.rb
|
Do not inherit from Rack::Response, remove a shit-ton of unused code.
|
2011-04-19 11:54:12 +02:00 |
routing_assertions_test.rb
|
Fix assert_recognizes with block constraints [#5805 state:resolved]
|
2011-02-13 23:24:46 +00:00 |
routing_test.rb
|
when calling url_for with a hash, additional (likely unwanted) values (such as :host) would be returned in the hash... calling #dup on the hash prevents this
|
2011-08-11 13:28:31 -05:00 |
show_exceptions_test.rb
|
Don't pluralize, camelize.
|
2011-05-06 17:00:59 +02:00 |
static_test.rb
|
Static middleware accepts cache control.
|
2011-05-03 12:32:14 +02:00 |
test_request_test.rb
|
assert nothing raised for setting a cookie value to nil in ActionDispatch
|
2011-07-14 14:01:39 -05:00 |
test_response_test.rb
|
Add ActionDispatch::TestResponse tests.
|
2010-09-25 10:52:57 +02:00 |
uploaded_file_test.rb
|
Use assert_equal instead of assert in uploaded file test.
|
2011-06-15 03:09:27 -07:00 |
url_generation_test.rb
|
Extended url_for to handle specifying which router should be used.
|
2010-09-03 22:59:06 +02:00 |