.. |
middleware_stack
|
make sure string keys are always looked up from the class cache
|
2011-03-02 10:11:28 -08:00 |
request
|
remove ActiveSupport::Base64 in favor of ::Base64
|
2012-01-02 22:48:15 +03:00 |
session
|
Add ActionDispatch::Session::CacheStore as a generic way of storing sessions in a cache.
|
2011-10-21 13:13:29 -05:00 |
callbacks_test.rb
|
Don't deprecate to_prepare.
|
2010-12-23 19:21:14 +01:00 |
cookies_test.rb
|
Get rid of the close checks since we cannot reliably close the session anyway.
|
2011-12-16 10:45:59 +01:00 |
debug_exceptions_test.rb
|
Warning removed "warning: (...) interpreted as grouped expression"
|
2011-12-16 10:30:20 +05:30 |
header_test.rb
|
Move dispatch related tests into test/dispatch
|
2009-01-28 22:50:46 -06:00 |
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
|
Add test for register_alias
|
2011-12-17 07:52:47 -05:00 |
mount_test.rb
|
adding tests for #4029
|
2011-12-19 13:34:54 -08: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
|
Speed up development by only reloading classes if dependencies files changed.
|
2011-12-12 22:54:04 +01:00 |
request_id_test.rb
|
removed warning "warning: ambiguous first argument; put parentheses or even spaces"
|
2011-12-21 21:22:39 +05:30 |
request_test.rb
|
Add original_fullpath and original_url methods to Request
|
2011-12-21 00:02:57 +01:00 |
response_test.rb
|
deprecate String#encoding_aware? and remove its usage
|
2011-12-24 15:57:54 +03: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
|
just use def setup
|
2011-12-21 14:22:38 -07:00 |
show_exceptions_test.rb
|
ShowExceptions should understand X-Cascade responses from exceptions app.
|
2011-12-16 10:45:59 +01: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
|
deprecate String#encoding_aware? and remove its usage
|
2011-12-24 15:57:54 +03:00 |
url_generation_test.rb
|
Extended url_for to handle specifying which router should be used.
|
2010-09-03 22:59:06 +02:00 |