aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* | | introduce an `All` mime typeAaron Patterson2015-09-212-1/+7
* | | remove `blank?` calls on `==`Aaron Patterson2015-09-211-1/+1
* | | change inheritance to compositionAaron Patterson2015-09-211-14/+24
* | | stop calling deprecated methodsAaron Patterson2015-09-213-7/+7
* | | deprecate accessing mime types via constantsAaron Patterson2015-09-213-7/+55
* | | cache the new type object on the stackAaron Patterson2015-09-211-2/+2
* | | remove the request parameter from `parse_formatted_parameters`Aaron Patterson2015-09-182-6/+6
* | | push the parameter parsers on to the classAaron Patterson2015-09-182-25/+35
* | | only wrap the strategy with exception handlingAaron Patterson2015-09-181-9/+10
* | | pull `normalize_encode_params` upAaron Patterson2015-09-181-2/+2
* | | remove the `default` parameter from the parser methodAaron Patterson2015-09-181-8/+5
* | | move parameter parsing to the request objectAaron Patterson2015-09-181-1/+34
|/ /
* | fewer direct env manipulationsAaron Patterson2015-09-151-1/+1
* | `rack_response` should use the status it's givenAaron Patterson2015-09-141-1/+1
* | 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
* | stop inheriting from Rack::RequestAaron Patterson2015-09-045-11/+13
* | 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
* | | Remove not used requiresMarcin Olichwirowicz2015-09-013-4/+0
* | | Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-1/+1
|\ \ \
| * | | Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-1/+1
* | | | add a method for getting the http auth saltAaron Patterson2015-08-291-0/+4
* | | | Merge pull request #21396 from rodzyn/code-cleanupGuillermo Iguaran2015-08-282-13/+2
|\ \ \ \
| * | | | Code cleanupMarcin Olichwirowicz2015-08-272-13/+2
| | |/ / | |/| |
* | | | remove dependency on `@cache_control` ivarAaron Patterson2015-08-271-6/+6
* | | | remove `@etag` ivarAaron Patterson2015-08-271-5/+7
* | | | use the abstract API in modulesAaron Patterson2015-08-272-14/+15
* | | | remove useless conditionalAaron Patterson2015-08-271-2/+0
* | | | implement the API required by the abstract Rack request.Aaron Patterson2015-08-271-16/+8
* | | | use the non-hash dependent Rack utils APIAaron Patterson2015-08-271-2/+2
|/ / /
* | | remove redefined methodAaron Patterson2015-08-261-3/+0
* | | provide a request and response to all controllersAaron Patterson2015-08-251-1/+2
* | | always return a controller class from the `controller_class` methodAaron Patterson2015-08-251-6/+13
* | | Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
* | | remove another `@env` accessAaron Patterson2015-08-241-1/+1
* | | remove more direct access to `env`Aaron Patterson2015-08-242-3/+4
* | | fewer calls to `env`Aaron Patterson2015-08-241-2/+2
* | | stop using `@env` in the GET / POST methodsAaron Patterson2015-08-241-2/+7
* | | use a request object in the session middlewareAaron Patterson2015-08-221-2/+2
* | | move more `@env` access to method callsAaron Patterson2015-08-221-16/+16
* | | move ORIGINAL_SCRIPT_NAME to the metaprogrammed methodsAaron Patterson2015-08-221-4/+1
* | | metaprogram the HTTP_X_REQUEST_ID methodAaron Patterson2015-08-221-6/+1
* | | use `body_stream` instead of getting the env value ourselvesAaron Patterson2015-08-221-1/+1