aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* say goodbye to #with_test_routes :axe:Xavier Noria2012-02-101-1166/+947
* fixes a regression introduced by 532cd4, and a bogus test in AP the regressio...Xavier Noria2012-02-101-6/+6
* Fix GH #4720. Routing problem with nested namespace and already camelized con...kennyj2012-02-101-0/+26
* Fix failing request testCarlos Antonio da Silva2012-02-071-1/+1
* Merge pull request #2490 from gsterndale/x_forwarded_for_orderJosé Valim2012-02-071-4/+4
|\
| * The first IP address in the X-Forwarded-For header is the originating IPGreg Sterndale2012-02-071-4/+4
* | Merge pull request #2632 from gsterndale/replace_trusted_proxiesJosé Valim2012-02-071-2/+13
|\ \
| * | Trusted proxies is replaced with a Regexp or appended to with a StringGreg Sterndale2012-02-071-2/+13
| |/
* / Failing test case that shows issue #736 should still be open.Scott W. Bradley2012-02-061-0/+6
|/
* Fix url_for method's behavior when it is called with :controller option which...kennyj2012-02-071-0/+33
* Revert "Deprecated multi args to http route methods"Jeremy Kemper2012-02-051-2/+1
* Add testcase for non english filename. Related to #2982.kennyj2012-02-051-1/+6
* Fix GH #4873. Allow swapping middleware of same classkennyj2012-02-041-0/+6
* Remove not used env[] call in routing_test. Carlos Antonio da Silva2012-01-271-1/+0
* Fix warning. assigned but unused variable - path_paramskennyj2012-01-281-1/+1
* Merge pull request #4658 from pwim/unicode-pathsAaron Patterson2012-01-251-0/+20
* Deprecated multi args to http route methodsAaron Patterson2012-01-231-1/+2
* ActionDispatch::Cookies::CookieJar#deleted? predicate method.Paul Annesley2012-01-241-0/+11
* Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-202-2/+2
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-173-6/+0
* Remove other old compatibility constantsCarlos Antonio da Silva2012-01-172-3/+3
* Stub ip method of alternative request classSam Pohlenz2012-01-141-0/+4
* Use a BodyProxy instead of including a Module that responds to close.Santiago Pastorino2012-01-131-1/+12
* Fix routing test to use assert_equalCarlos Antonio da Silva2012-01-061-2/+2
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-1/+1
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-062-2/+2
* Override respond_to? since we are also overriding method_missing.José Valim2012-01-031-0/+7
* 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