aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* Fix bug when Rails.application is defined but is nil. See #881Marc-Andre Lafortune2012-08-281-0/+7
* Test actual content of permanent cookiebrainopia2012-08-101-1/+1
* Dont stream back cookie value if it was set to the same valuebrainopia2012-08-101-1/+13
* Add support for optional root segments containing slashesAndrew White2012-07-171-0/+26
* Array parameters should not contain nil values.Aaron Patterson2012-06-111-0/+4
* Strip [nil] from parameters hash.Aaron Patterson2012-05-301-1/+6
* Don't ignore nil positional arguments for url helpers - fixes #6196.Andrew White2012-05-101-0/+34
* Reset the request parameters after a constraints checkAndrew White2012-05-031-0/+19
* Restore interpolation of path option in redirect routesAndrew White2012-04-291-1/+40
* Escape interpolated params when redirecting - fixes #5688Andrew White2012-04-291-0/+28
* Fix the redirect when it receive blocks with arity of 1.Rafael Mendonça França2012-03-311-0/+15
* fix ArgumentError being raised in case of invalid byte sequencesMichael Reinsch2012-03-081-0/+4
* Fix some warnings on 3-2-stablekennyj2012-02-211-1/+0
* Remove fixture files with Windows incompatible filenamesAndrew White2012-02-201-27/+88
* Fix ActionDispatch::Static to serve files with unencoded PCHARAndrew White2012-02-171-0/+28
* backporting #4918 to 3.2 stable; adding extra test for accept header given by...Aditya Sanghi2012-02-171-0/+12
* Merge pull request #4988 from kennyj/fix_4720-3Aaron Patterson2012-02-101-0/+26
* Merge pull request #4908 from kennyj/fix_3864José Valim2012-02-061-0/+33
* Merge pull request #4879 from kennyj/fix_4873José Valim2012-02-041-0/+6
* Test for unicode path supportPaul McMahon2012-01-251-0/+20
* Deprecate AC::UnknownError and AC::DoubleRenderErrorCarlos Antonio da Silva2012-01-172-3/+3
* Merge pull request #4462 from spohlenz/fix-routing-testsAaron Patterson2012-01-161-0/+4
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-1/+12
* Add original_fullpath and original_url methods to RequestPiotr Sarnacki2012-01-101-0/+24
* Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+7
* deprecate ActiveSupport::Base64Sergey Nartimov2012-01-031-4/+4
* last named route wins. fixes #4164Aaron Patterson2011-12-281-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