Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | commit the flash after the controller finishes being serviced | Aaron Patterson | 2015-09-25 | 1 | -15/+0 | |
* | | | | move flash committing to the request object. | Aaron Patterson | 2015-09-25 | 1 | -0/+15 | |
|/ / / | ||||||
* | | | Fix deprecated mime types via constants | amitkumarsuroliya | 2015-09-25 | 1 | -5/+5 | |
* | | | move the Header hash to the super class | Aaron Patterson | 2015-09-24 | 1 | -1/+24 | |
* | | | mutate headers before committing the response | Aaron Patterson | 2015-09-24 | 1 | -2/+8 | |
* | | | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 1 | -6/+10 | |
* | | | Updated Mime Negotiations docs [ci skip] | amitkumarsuroliya | 2015-09-23 | 1 | -4/+4 | |
* | | | 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 | 3 | -7/+7 | |
* | | | 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 | |
* | | | remove the request parameter from `parse_formatted_parameters` | Aaron Patterson | 2015-09-18 | 2 | -6/+6 | |
* | | | push the parameter parsers on to the class | Aaron Patterson | 2015-09-18 | 2 | -25/+35 | |
* | | | 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 | 1 | -2/+2 | |
* | | | 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 | 1 | -1/+34 | |
|/ / | ||||||
* | | 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 | |
* | | 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 | |
* | | stop inheriting from Rack::Request | Aaron Patterson | 2015-09-04 | 5 | -11/+13 | |
* | | 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 | |
* | | | Remove not used requires | Marcin Olichwirowicz | 2015-09-01 | 3 | -4/+0 | |
* | | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6 | Rafael Mendonça França | 2015-09-01 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix broken IPv6 addresses handling | Brian Weaver | 2015-04-16 | 1 | -1/+1 | |
* | | | | add a method for getting the http auth salt | Aaron Patterson | 2015-08-29 | 1 | -0/+4 | |
* | | | | 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 | |
| | |/ / | |/| | | ||||||
* | | | | 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 | |
* | | | | use the abstract API in modules | Aaron Patterson | 2015-08-27 | 2 | -14/+15 | |
* | | | | remove useless conditional | Aaron Patterson | 2015-08-27 | 1 | -2/+0 | |
* | | | | implement the API required by the abstract Rack request. | Aaron Patterson | 2015-08-27 | 1 | -16/+8 | |
* | | | | use the non-hash dependent Rack utils API | Aaron Patterson | 2015-08-27 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | remove redefined method | Aaron Patterson | 2015-08-26 | 1 | -3/+0 | |
* | | | provide a request and response to all controllers | Aaron Patterson | 2015-08-25 | 1 | -1/+2 |