| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove mime type lookups when parsing the content type | Aaron Patterson | 2015-09-08 | 1 | -5/+5 |
* | refactor content type setting | Aaron Patterson | 2015-09-08 | 1 | -44/+39 |
* | make Content-Type header the canonical location for content-type info | Aaron Patterson | 2015-09-08 | 1 | -34/+50 |
* | pull content type parsing in to a method | Aaron Patterson | 2015-09-08 | 1 | -7/+15 |
* | ensure that content type defaults to text / html when setting charset | Aaron Patterson | 2015-09-08 | 1 | -0/+7 |
* | push content_type assigment in to metal | Aaron Patterson | 2015-09-08 | 3 | -9/+11 |
* | avoid useless string allocations | Aaron Patterson | 2015-09-08 | 2 | -2/+1 |
* | use accessors instead of manipulating the hash | Aaron Patterson | 2015-09-08 | 1 | -2/+2 |
* | Push key_generator into SerializedCookieJars | Kasper Timm Hansen | 2015-09-08 | 1 | -4/+4 |
* | Move the request method in to the AbstractCookieJar | Kasper Timm Hansen | 2015-09-08 | 1 | -4/+3 |
* | Pull up parse to the legacy upgrading module | Kasper Timm Hansen | 2015-09-08 | 1 | -10/+5 |
* | Call super to remove the decrypt_and_verify method | Kasper Timm Hansen | 2015-09-08 | 1 | -8/+4 |
* | Call super to remove the verify method | Kasper Timm Hansen | 2015-09-08 | 1 | -8/+2 |
* | Add parse method to share deserialization logic. | Kasper Timm Hansen | 2015-09-08 | 1 | -19/+12 |
* | Add commit in the EncryptedCookieJar | Kasper Timm Hansen | 2015-09-08 | 1 | -17/+7 |
* | Use commit in the SignedCookieJar | Kasper Timm Hansen | 2015-09-08 | 1 | -15/+6 |
* | Add commit method to share option normalization | Kasper Timm Hansen | 2015-09-08 | 1 | -4/+12 |
* | Add AbstractCookieJar class. | Kasper Timm Hansen | 2015-09-08 | 1 | -1/+3 |
* | Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar... | Rafael Mendonça França | 2015-09-08 | 3 | -1/+26 |
|\ |
|
| * | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 3 | -1/+26 |
* | | Make `config.force_ssl` less dangerous to try and easier to disable | Jeremy Daer | 2015-09-07 | 3 | -200/+252 |
* | | Remove mocha from ActionPack tests | Marcin Olichwirowicz | 2015-09-05 | 8 | -90/+132 |
* | | implement abstract store methods | Aaron Patterson | 2015-09-04 | 4 | -8/+8 |
* | | stop using deprecated Abstract::ID class | Aaron Patterson | 2015-09-04 | 4 | -4/+4 |
* | | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 11 | -21/+23 |
* | | use `Rack::Utils.unescape_path` to unescape paths | Aaron Patterson | 2015-09-04 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #21483 from justanshulsharma/add-ip6-address | Eileen M. Uchitelle | 2015-09-03 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Added localhost IPv6 | Anshul Sharma | 2015-09-03 | 1 | -1/+1 |
* | | Fix route creation when format is a blank string | eileencodes | 2015-09-02 | 2 | -1/+2 |
* | | typo "description not clear corrected with proper description and action_cont... | kishore-mohan | 2015-09-02 | 1 | -2/+2 |
* | | Remove not used requires | Marcin Olichwirowicz | 2015-09-01 | 7 | -13/+2 |
* | | Fix bug where cookies mutated by request were not persisted | eileencodes | 2015-09-01 | 3 | -0/+17 |
* | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6 | Rafael Mendonça França | 2015-09-01 | 2 | -1/+46 |
|\ \ |
|
| * | | Fix broken IPv6 addresses handling | Brian Weaver | 2015-04-16 | 2 | -1/+46 |
* | | | Merge pull request #21298 from rodzyn/remove_dead_code | Rafael Mendonça França | 2015-09-01 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | Remove dead code | Marcin Olichwirowicz | 2015-08-19 | 1 | -4/+0 |
* | | | | add a method for getting the http auth salt | Aaron Patterson | 2015-08-29 | 2 | -2/+6 |
* | | | | env to get_header conversion | Aaron Patterson | 2015-08-29 | 1 | -1/+1 |
* | | | | fixes example for consistency [ci skip] | Xavier Noria | 2015-08-29 | 1 | -3/+3 |
* | | | | swaps words [ci skip] | Xavier Noria | 2015-08-29 | 1 | -1/+1 |
* | | | | revamps the docs of strong params require [ci skip] | Xavier Noria | 2015-08-29 | 1 | -9/+40 |
* | | | | Set the content-type to `text/html` if the options[:html] is true | akihiro17 | 2015-08-29 | 2 | -3/+2 |
* | | | | revises 877e42e | Xavier Noria | 2015-08-28 | 2 | -8/+8 |
* | | | | [Feature] params.require requires array of params | Gaurish Sharma | 2015-08-28 | 2 | -0/+25 |
* | | | | Merge pull request #21396 from rodzyn/code-cleanup | Guillermo Iguaran | 2015-08-28 | 2 | -13/+2 |
|\ \ \ \ |
|
| * | | | | Code cleanup | Marcin Olichwirowicz | 2015-08-27 | 2 | -13/+2 |
* | | | | | Revert "this always sets :public to false, so just do that" | Aaron Patterson | 2015-08-27 | 1 | -1/+1 |
* | | | | | this always sets :public to false, so just do that | Aaron Patterson | 2015-08-27 | 1 | -1/+1 |
* | | | | | remove dependency on `@cache_control` ivar | Aaron Patterson | 2015-08-27 | 1 | -6/+6 |
* | | | | | remove `@etag` ivar | Aaron Patterson | 2015-08-27 | 1 | -5/+7 |