Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #21736 from eliotsykes/document-bearer-prefix | Kasper Timm Hansen | 2015-09-23 | 1 | -5/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Document Bearer prefix for Authorization header [ci skip] | Eliot Sykes | 2015-09-23 | 1 | -5/+7 | |
* | | | | | | don't access the response object before a request was made | Aaron Patterson | 2015-09-23 | 1 | -1/+10 | |
* | | | | | | split cookie tests | Aaron Patterson | 2015-09-23 | 1 | -1/+6 | |
* | | | | | | don't mutate a response object after to_a | Aaron Patterson | 2015-09-23 | 1 | -0/+2 | |
|/ / / / / | ||||||
* | | | | | Updated Mime Negotiations docs [ci skip] | amitkumarsuroliya | 2015-09-23 | 2 | -6/+6 | |
* | | | | | 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 | 2 | -1/+7 | |
* | | | | | Fix a typo: Mime::Types should be Mime::Type [ci skip] | Juanito Fatas | 2015-09-22 | 1 | -1/+1 | |
* | | | | | Merge pull request #21703 from ronakjangir47/redirect_error_messages | Jeremy Daer | 2015-09-21 | 1 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added assertion for error messages for redirection to nil and params | Ronak Jangir | 2015-09-21 | 1 | -2/+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 | 2 | -7/+3 | |
* | | | | | | introduce an `All` mime type | Aaron Patterson | 2015-09-21 | 3 | -3/+11 | |
* | | | | | | remove `blank?` calls on `==` | Aaron Patterson | 2015-09-21 | 1 | -1/+1 | |
* | | | | | | change inheritance to composition | Aaron Patterson | 2015-09-21 | 2 | -16/+27 | |
* | | | | | | update changelog for mime changes | Aaron Patterson | 2015-09-21 | 1 | -0/+13 | |
* | | | | | | swap upcase and to_sym | Aaron Patterson | 2015-09-21 | 1 | -1/+1 | |
* | | | | | | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 22 | -93/+93 | |
* | | | | | | deprecate accessing mime types via constants | Aaron Patterson | 2015-09-21 | 4 | -42/+92 | |
* | | | | | | 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 | |
* | | | | | Added test for `send_file_headers` called with nil content type | Ronak Jangir | 2015-09-19 | 1 | -1/+12 | |
* | | | | | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+0 | |
* | | | | | remove outdated comment | Aaron Patterson | 2015-09-18 | 1 | -4/+0 | |
* | | | | | all parameter parsing is done through the request object now. | Aaron Patterson | 2015-09-18 | 1 | -1/+1 | |
* | | | | | let the request object handle parsing XML posts | Aaron Patterson | 2015-09-18 | 1 | -2/+9 | |
* | | | | | remove setting request parameters for JSON requests | Aaron Patterson | 2015-09-18 | 1 | -2/+0 | |
* | | | | | 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 | 2 | -14/+14 | |
* | | | | | 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 | 4 | -7/+0 | |
* | | | | Use rack.session_options instead of directly change env | Juanito Fatas | 2015-09-16 | 1 | -1/+1 | |
* | | | | fewer direct env manipulations | Aaron Patterson | 2015-09-15 | 2 | -2/+2 | |
* | | | | allocate request objects with the env hash, set routes on the request | Aaron Patterson | 2015-09-15 | 2 | -9/+6 | |
* | | | | only "normalize" once | Aaron Patterson | 2015-09-14 | 1 | -1/+1 | |
* | | | | create a new renderer instance on calls to `for` | Aaron Patterson | 2015-09-14 | 2 | -55/+49 | |
* | | | | eagerly allocate the renderer object | Aaron Patterson | 2015-09-14 | 3 | -9/+10 | |
* | | | | initialize `@renderer` to avoid ivar warnings | Aaron Patterson | 2015-09-14 | 1 | -1/+8 | |
* | | | | add a lock when allocating the renderer | Aaron Patterson | 2015-09-14 | 1 | -1/+5 | |
* | | | | `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 | |
* | | | | Merge pull request #21584 from claudiob/remove-hawd-doc | Claudio B. | 2015-09-10 | 1 | -3/+2 | |
|\ \ \ \ |