aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-4/+4
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-243-10/+3
* just use def setupAaron Patterson2011-12-211-1/+2
* removed warning "warning: ambiguous first argument; put parentheses or even s...Arun Agrawal2011-12-211-1/+1
* Merge pull request #4079 from drogus/http_digest_issueJosé Valim2011-12-211-0/+24
|\
| * Add original_fullpath and original_url methods to RequestPiotr Sarnacki2011-12-211-0/+24
* | Using uuid which is supported in 1.9Arun Agrawal2011-12-211-1/+1
|/
* adding tests for #4029Aaron Patterson2011-12-191-1/+1
* Add test for register_aliasJustin Campbell2011-12-171-0/+9
* Add test for type aliasesJustin Campbell2011-12-171-0/+11
* Allow symbols to be passed for extension aliasesJustin Campbell2011-12-171-0/+11
* Do not raise an exception if an invalid route was generated automatically.José Valim2011-12-161-0/+1
* ShowExceptions should understand X-Cascade responses from exceptions app.José Valim2011-12-161-0/+11
* Improve the specs on exceptions app.José Valim2011-12-161-1/+14
* Extract the rendering of public exceptions pages into a Rack app.José Valim2011-12-161-1/+1
* Get rid of the close checks since we cannot reliably close the session anyway.José Valim2011-12-161-97/+1
* Warning removed "warning: (...) interpreted as grouped expression"Arun Agrawal2011-12-161-1/+1
* Close the response body on cascade pass, closes #3975.José Valim2011-12-141-3/+22
* log exception backtrace when all backtrace lines silencedSergey Nartimov2011-12-131-0/+13
* Fix failing AP tests.José Valim2011-12-131-1/+1
* use Array#join so that file encoding doesn't impact returned string.Aaron Patterson2011-12-121-0/+9
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-0/+9
* Allow reloader to be configured.José Valim2011-12-121-0/+13
* Use default charset when we read content type without charset.kennyj2011-12-071-0/+11
* Fix failing cascade exception.José Valim2011-12-031-0/+9
* Remove unnecessary test setup.José Valim2011-12-011-6/+1
* Split and improve show and debug exceptions middlewares.José Valim2011-12-012-76/+130
* Split ShowExceptions responsibilities in two middlewares.José Valim2011-12-011-2/+2
* put backtrace_cleaner to envlest2011-11-281-0/+7
* middlewares should use logger from envlest2011-11-253-20/+19
* configuration option to always write cookielest2011-11-231-2/+2
* Remove unreachable code, and add additional testcases.kennyj2011-11-242-0/+24
* refactor show exceptions testslest2011-11-221-42/+19
* add ActionController::Metal#show_detailed_exceptions?lest2011-11-221-19/+26
* Refactoring the redirect method for the router api.Aaron Patterson2011-11-181-0/+5
* remove the :path feature to redirects, since it cannot workAaron Patterson2011-11-181-33/+0
* require that all blocks have arity of 2Aaron Patterson2011-11-181-1/+1
* add test for bug fixed in 4f2bf64Andre Arko2011-11-141-0/+5
* change tests to expect X-F-F over REMOTE_ADDRAndre Arko2011-11-131-2/+2
* Warnings removed from RequestIdTestArun Agrawal2011-10-221-2/+2
* Add ActionDispatch::Session::CacheStore as a generic way of storing sessions ...Brian Durand2011-10-211-0/+181
* Make tests run on 1.8.x, add integration setup.José Valim2011-10-191-39/+45
* Blah, SecureRandom#uuid is not supported in 1.8.7 -- cant wait for Rails 4.0 ...David Heinemeier Hansson2011-10-191-1/+1
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+59
* Symbol captures may generate multiple path segments, so don't escape / -> %2F...Jeremy Kemper2011-10-131-7/+17
* Failing tests for path parameter escapingJeremy Kemper2011-10-131-0/+27
* allow shorthand routes with nested optional parametersDiego Carrion2011-10-101-0/+11
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-0/+1
* fix deprecation warning in cookie_store_testVijay Dev2011-09-251-1/+1