aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21584 from claudiob/remove-hawd-docClaudio B.2015-09-101-3/+2
|\
| * Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* | Update documentation to reflect Rack::Session::Abstract changeseileencodes2015-09-091-1/+1
* | Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-092-2/+30
|/
* ensure that mutating headers will impact the content_type methodAaron Patterson2015-09-081-0/+5
* 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
* ensure that content type defaults to text / html when setting charsetAaron Patterson2015-09-081-0/+7
* push content_type assigment in to metalAaron Patterson2015-09-083-9/+11
* avoid useless string allocationsAaron Patterson2015-09-082-2/+1
* use accessors instead of manipulating the hashAaron Patterson2015-09-081-2/+2
* 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-083-1/+26
|\
| * `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-043-1/+26
* | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-073-200/+252
* | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-058-90/+132
* | implement abstract store methodsAaron Patterson2015-09-044-8/+8
* | stop using deprecated Abstract::ID classAaron Patterson2015-09-044-4/+4
* | stop inheriting from Rack::RequestAaron Patterson2015-09-0411-21/+23
* | 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-022-1/+2
* | typo "description not clear corrected with proper description and action_cont...kishore-mohan2015-09-021-2/+2
* | Remove not used requiresMarcin Olichwirowicz2015-09-017-13/+2
* | Fix bug where cookies mutated by request were not persistedeileencodes2015-09-013-0/+17
* | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-012-1/+46
|\ \
| * | Fix broken IPv6 addresses handlingBrian Weaver2015-04-162-1/+46
* | | Merge pull request #21298 from rodzyn/remove_dead_codeRafael Mendonça França2015-09-011-4/+0
|\ \ \
| * | | Remove dead codeMarcin Olichwirowicz2015-08-191-4/+0
* | | | add a method for getting the http auth saltAaron Patterson2015-08-292-2/+6
* | | | env to get_header conversionAaron Patterson2015-08-291-1/+1
* | | | fixes example for consistency [ci skip]Xavier Noria2015-08-291-3/+3
* | | | swaps words [ci skip]Xavier Noria2015-08-291-1/+1
* | | | revamps the docs of strong params require [ci skip]Xavier Noria2015-08-291-9/+40