aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* freeze the header objectAaron Patterson2012-07-291-0/+2
* raise exceptions on header set after response committedAaron Patterson2012-07-291-0/+19
* make sure appropriate headers are set and deletedAaron Patterson2012-07-291-0/+11
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+34
* adding a buffered stream to the response objectAaron Patterson2012-07-291-0/+20
* fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpackVladimir Strakhov2012-07-281-2/+2
* threads can wait on responses to be committedAaron Patterson2012-07-271-0/+9