aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* test case to lock down the behavior of #7842Yves Senn2012-11-041-0/+5
* Add test to avoid regression of 1bfc5b4Rafael Mendonça França2012-11-021-0/+8
* Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-7/+0
* Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe...Nikita Afanasenko2012-11-011-0/+34
* Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-311-11/+1
* if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-311-1/+11
* give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-0/+14
* do not lose backtrace information from the raised exceptionAaron Patterson2012-10-251-4/+5
* add test for fetch with a blockAaron Patterson2012-10-181-0/+4
* prefer composition over inheritenceAaron Patterson2012-10-181-0/+16
* resource and resources do no longer modify passed optionsYves Senn2012-10-011-0/+20
* fix cache store testSteve Klabnik2012-09-301-0/+1
* Merge pull request #7444 from szimek/params_parser_raises_parsing_errorAaron Patterson2012-09-262-2/+6
|\
| * Make ActionDispatch::ParamsParser::ParseError#original_exception return the o...Szymon Nowak2012-08-272-2/+4
| * Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers.Szymon Nowak2012-08-242-2/+4
| * Raise generic ParseError exception when ActionDispatch::ParamsParser fails pa...Szymon Nowak2012-08-242-2/+2
* | fixing most tests on Ruby 2.0Aaron Patterson2012-09-251-2/+2
* | Merge pull request #7749 from blowmage/minitestAaron Patterson2012-09-251-0/+41
|\ \
| * | Register AD::IntegrationTest for minitest's spec DSLMike Moore2012-09-241-0/+41
* | | depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...grosser2012-09-242-7/+13
|/ /
* | fixes the suite for uploaded filesXavier Noria2012-09-231-6/+6
* | Accept parameters in methods delegated to tempfileSergio Gil Pérez de la Manga2012-09-221-0/+6
* | Delegate ActionDispatch::Http::UploadedFile#close to tempfileSergio Gil Pérez de la Manga2012-09-201-0/+6
* | Removing to_shorthand from default_controller_and_action. Fixes #6497Luiz Felipe2012-09-191-0/+7
* | Support for multiple etags in an If-None-Match headerTravis Warlick2012-09-151-0/+39
* | Use internal instance variable naming scheme for mounted URL helper proxiesSam Pohlenz2012-09-091-0/+11
* | set default_headers to nil after use it to avoid order dependent testsFrancesco Rodriguez2012-09-081-25/+32
* | Add integration tests for reset_session in cookie storeAndreas Loupasakis2012-09-081-0/+20
* | Add test for clear in ActionDispatch::Request::SessionAndreas Loupasakis2012-09-081-0/+9
* | Dalli doesn't support autoloading of unloaded classesGuillermo Iguaran2012-09-061-5/+0
* | Let's run action pack tests with DalliArun Agrawal2012-09-061-4/+4
* | Merge pull request #7522 from lexmag/mime_typeRafael Mendonça França2012-09-041-1/+1
|\ \
| * | Refactor `Mime::Type`Aleksey Magusev2012-09-051-1/+1
* | | Make enhanced routing Concerns more tell-don't-askErnie Miller2012-09-031-12/+15
* | | Fix concerns not executing block in mapperErnie Miller2012-09-031-0/+10
* | | Allow routing concerns to accept a callableErnie Miller2012-09-031-2/+26
|/ /
* | Revert "Merge pull request #7452 from arunagw/memcached_dalli"Jon Leighton2012-08-311-4/+4
* | Revert "Add missing require"Jon Leighton2012-08-311-1/+0
* | Add Missing Keys from Journey on failed URL formatschneems2012-08-282-6/+17
* | Add missing requireRafael Mendonça França2012-08-281-0/+1
* | Let's run action pack tests with DalliArun Agrawal2012-08-271-4/+4
|/
* Make sure :via works with mountPratik Naik2012-08-201-0/+9
* Added X-Content-Type-Options to the header defaults.Jim Jones2012-08-181-1/+3
* Extract common controllers to abstract_unitRafael Mendonça França2012-08-131-16/+4
* Implementing Routing ConcernsRafael Mendonça França2012-08-131-0/+94
* push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-131-0/+11
* live response headers can be merged with a hashAaron Patterson2012-08-131-0/+6
* Fix handling SCRIPT_NAME from within mounted engine'sPiotr Sarnacki2012-08-111-18/+0
* Test actual content of permanent cookiebrainopia2012-08-101-1/+1
* some testsEgor Homakov2012-08-091-0/+27