aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch
Commit message (Expand)AuthorAgeFilesLines
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-3/+3
* split cookie testsAaron Patterson2015-09-231-1/+6
* don't mutate a response object after to_aAaron Patterson2015-09-231-0/+2
* remove html_types setAaron Patterson2015-09-211-1/+1
* introduce an `All` mime typeAaron Patterson2015-09-211-2/+4
* change inheritance to compositionAaron Patterson2015-09-211-2/+3
* stop calling deprecated methodsAaron Patterson2015-09-213-32/+32
* deprecate accessing mime types via constantsAaron Patterson2015-09-211-35/+37
* ensure that mutating headers will impact the content_type methodAaron Patterson2015-09-081-0/+5
* ensure that content type defaults to text / html when setting charsetAaron Patterson2015-09-081-0/+7
* Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-164/+133
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-053-51/+76
* implement abstract store methodsAaron Patterson2015-09-042-3/+3
* Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+9
* Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-0/+45
|\
| * Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-0/+45
* | Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+10
* | Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-252-41/+25
|\ \
| * | Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-252-41/+25
* | | Remove more unused block arguments amitkumarsuroliya2015-08-251-1/+1
* | | Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
|/ /
* | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-245-26/+27
|\ \
| * | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-245-26/+27
* | | use a request object in the session middlewareAaron Patterson2015-08-222-22/+24
|/ /
* | pass a request object to the headers objectAaron Patterson2015-08-211-1/+1
* | move header allocation to a helper methodAaron Patterson2015-08-211-5/+9
* | point at rack masterAaron Patterson2015-08-201-1/+1
* | make the routes reader privateAaron Patterson2015-08-181-1/+1
* | routes are always constructed with a hash for the conditionsAaron Patterson2015-08-171-2/+2
* | pass pass the mapping object down the add_route stackAaron Patterson2015-08-141-1/+1
* | pass the mapping object to build_routeAaron Patterson2015-08-141-16/+5
* | deprecate passing a string for both the beginning path and :path optionAaron Patterson2015-08-141-1/+4
* | pass the path ast downAaron Patterson2015-08-141-1/+1
* | pull up path parsingAaron Patterson2015-08-141-1/+2
* | use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-141-1/+2
* | implement `requirements` in terms of routesAaron Patterson2015-08-141-1/+1
* | implement the `asts` method in terms of paths / patternsAaron Patterson2015-08-141-12/+11
* | extract ast finding to a methodAaron Patterson2015-08-141-9/+13
* | stop adding path_info to the conditions hashAaron Patterson2015-08-141-9/+9
* | pull up options_constrants extractionAaron Patterson2015-08-131-1/+1
* | remove `as`Aaron Patterson2015-08-131-1/+1
* | remove anchor from mappingAaron Patterson2015-08-131-1/+1
* | pull `anchor` extraction upAaron Patterson2015-08-131-1/+1
* | raise if `anchor` is passed to `scope`Aaron Patterson2015-08-131-0/+9
* | pull `formatted` up the stackAaron Patterson2015-08-121-1/+10
* | add a regression test for scoped `format` paramsAaron Patterson2015-08-121-0/+11
* | add a regression test for adding arbitrary keys to `scope`Aaron Patterson2015-08-121-0/+15
* | add a method to `Scope` for getting mapping optionsAaron Patterson2015-08-121-1/+2
* | pull `via` all the way out of `add_route`Aaron Patterson2015-08-121-0/+8
* | add a test for adding "via" using `scope`Aaron Patterson2015-08-121-0/+9