aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-2/+2
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-183-6/+0
* fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* `rack_response` should use the status it's givenAaron Patterson2015-09-141-1/+1
* Fix HSTS default expire in ActionDispatch::SSL docs.Pedro Nascimento2015-09-141-1/+2
* Update documentation to reflect Rack::Session::Abstract changeseileencodes2015-09-091-1/+1
* mime_type will always return a stringAaron Patterson2015-09-081-2/+1
* remove `parse_content_type` parameterAaron Patterson2015-09-081-6/+7
* avoid allocations when there is no content type setAaron Patterson2015-09-081-1/+2
* handle implicit rendering correctlyAaron Patterson2015-09-081-3/+4
* remove mime type lookups when parsing the content typeAaron Patterson2015-09-081-5/+5
* refactor content type settingAaron Patterson2015-09-081-44/+39
* make Content-Type header the canonical location for content-type infoAaron Patterson2015-09-081-34/+50
* pull content type parsing in to a methodAaron Patterson2015-09-081-7/+15
* Push key_generator into SerializedCookieJarsKasper Timm Hansen2015-09-081-4/+4
* Move the request method in to the AbstractCookieJarKasper Timm Hansen2015-09-081-4/+3
* Pull up parse to the legacy upgrading moduleKasper Timm Hansen2015-09-081-10/+5
* Call super to remove the decrypt_and_verify methodKasper Timm Hansen2015-09-081-8/+4
* Call super to remove the verify methodKasper Timm Hansen2015-09-081-8/+2
* Add parse method to share deserialization logic.Kasper Timm Hansen2015-09-081-19/+12
* Add commit in the EncryptedCookieJarKasper Timm Hansen2015-09-081-17/+7
* Use commit in the SignedCookieJarKasper Timm Hansen2015-09-081-15/+6
* Add commit method to share option normalizationKasper Timm Hansen2015-09-081-4/+12
* Add AbstractCookieJar class.Kasper Timm Hansen2015-09-081-1/+3
* Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar...Rafael Mendonça França2015-09-081-1/+2
|\
| * `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-1/+2
* | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-36/+92
* | implement abstract store methodsAaron Patterson2015-09-042-5/+5
* | stop using deprecated Abstract::ID classAaron Patterson2015-09-043-3/+3
* | stop inheriting from Rack::RequestAaron Patterson2015-09-0410-17/+19
* | use `Rack::Utils.unescape_path` to unescape pathsAaron Patterson2015-09-041-3/+3
|/
* Merge pull request #21483 from justanshulsharma/add-ip6-addressEileen M. Uchitelle2015-09-031-1/+1
|\
| * [ci skip] Added localhost IPv6Anshul Sharma2015-09-031-1/+1
* | Fix route creation when format is a blank stringeileencodes2015-09-021-1/+1
* | Remove not used requiresMarcin Olichwirowicz2015-09-015-10/+1
* | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+7
* | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-1/+1
|\ \
| * | Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-1/+1
* | | add a method for getting the http auth saltAaron Patterson2015-08-291-0/+4
* | | Merge pull request #21396 from rodzyn/code-cleanupGuillermo Iguaran2015-08-282-13/+2
|\ \ \
| * | | Code cleanupMarcin Olichwirowicz2015-08-272-13/+2
| | |/ | |/|
* | | remove dependency on `@cache_control` ivarAaron Patterson2015-08-271-6/+6
* | | remove `@etag` ivarAaron Patterson2015-08-271-5/+7
* | | use the abstract API in modulesAaron Patterson2015-08-272-14/+15
* | | remove useless conditionalAaron Patterson2015-08-271-2/+0
* | | implement the API required by the abstract Rack request.Aaron Patterson2015-08-271-16/+8
* | | use the non-hash dependent Rack utils APIAaron Patterson2015-08-271-2/+2
|/ /
* | remove redefined methodAaron Patterson2015-08-261-3/+0
* | provide a request and response to all controllersAaron Patterson2015-08-252-5/+8
* | adding a direct dispatch method to controller classesAaron Patterson2015-08-251-1/+1