Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | ask the request object for the session | Aaron Patterson | 2015-09-22 | 1 | -1/+1 | |
* | | | | don't deal with `nil` values | Aaron Patterson | 2015-09-22 | 1 | -0/+4 | |
* | | | | drop array allocations on Mime::Type#=~ | Aaron Patterson | 2015-09-21 | 1 | -3/+1 | |
* | | | | remove another `blank?` call | Aaron Patterson | 2015-09-21 | 1 | -1/+1 | |
* | | | | remove html_types set | Aaron Patterson | 2015-09-21 | 1 | -6/+2 | |
* | | | | introduce an `All` mime type | Aaron Patterson | 2015-09-21 | 2 | -1/+7 | |
* | | | | remove `blank?` calls on `==` | Aaron Patterson | 2015-09-21 | 1 | -1/+1 | |
* | | | | change inheritance to composition | Aaron Patterson | 2015-09-21 | 1 | -14/+24 | |
* | | | | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 5 | -9/+9 | |
* | | | | deprecate accessing mime types via constants | Aaron Patterson | 2015-09-21 | 3 | -7/+55 | |
* | | | | cache the new type object on the stack | Aaron Patterson | 2015-09-21 | 1 | -2/+2 | |
* | | | | Update routing.rb | Harry V. Kiselev | 2015-09-20 | 1 | -0/+1 | |
* | | | | Typppo | Akira Matsuda | 2015-09-21 | 1 | -3/+3 | |
* | | | | remove the request parameter from `parse_formatted_parameters` | Aaron Patterson | 2015-09-18 | 2 | -6/+6 | |
* | | | | do not instantiate a param parser middleware | Aaron Patterson | 2015-09-18 | 1 | -6/+2 | |
* | | | | push the parameter parsers on to the class | Aaron Patterson | 2015-09-18 | 3 | -37/+37 | |
* | | | | stop eagerly parsing parameters | Aaron Patterson | 2015-09-18 | 1 | -2/+0 | |
* | | | | only wrap the strategy with exception handling | Aaron Patterson | 2015-09-18 | 1 | -9/+10 | |
* | | | | pull `normalize_encode_params` up | Aaron Patterson | 2015-09-18 | 2 | -4/+3 | |
* | | | | remove the `default` parameter from the parser method | Aaron Patterson | 2015-09-18 | 1 | -8/+5 | |
* | | | | move parameter parsing to the request object | Aaron Patterson | 2015-09-18 | 2 | -22/+37 | |
|/ / / | ||||||
* | | | File encoding is defaulted to utf-8 in Ruby >= 2.1 | Akira Matsuda | 2015-09-18 | 3 | -6/+0 | |
* | | | fewer direct env manipulations | Aaron Patterson | 2015-09-15 | 1 | -1/+1 | |
* | | | `rack_response` should use the status it's given | Aaron Patterson | 2015-09-14 | 1 | -1/+1 | |
* | | | Fix HSTS default expire in ActionDispatch::SSL docs. | Pedro Nascimento | 2015-09-14 | 1 | -1/+2 | |
* | | | Update documentation to reflect Rack::Session::Abstract changes | eileencodes | 2015-09-09 | 1 | -1/+1 | |
* | | | mime_type will always return a string | Aaron Patterson | 2015-09-08 | 1 | -2/+1 | |
* | | | remove `parse_content_type` parameter | Aaron Patterson | 2015-09-08 | 1 | -6/+7 | |
* | | | avoid allocations when there is no content type set | Aaron Patterson | 2015-09-08 | 1 | -1/+2 | |
* | | | handle implicit rendering correctly | Aaron Patterson | 2015-09-08 | 1 | -3/+4 | |
* | | | 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 | |
* | | | 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 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 1 | -1/+2 | |
* | | | | Make `config.force_ssl` less dangerous to try and easier to disable | Jeremy Daer | 2015-09-07 | 1 | -36/+92 | |
* | | | | implement abstract store methods | Aaron Patterson | 2015-09-04 | 2 | -5/+5 | |
* | | | | stop using deprecated Abstract::ID class | Aaron Patterson | 2015-09-04 | 3 | -3/+3 | |
* | | | | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 10 | -17/+19 |