aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-252-5/+8
* | | | adding a direct dispatch method to controller classesAaron Patterson2015-08-251-1/+1
* | | | always dispatch to controllers the same wayAaron Patterson2015-08-252-7/+25
* | | | always return a controller class from the `controller_class` methodAaron Patterson2015-08-252-9/+14
* | | | Remove unused requiresMarcin Olichwirowicz2015-08-251-2/+0
* | | | Make `assert_index` privateMarcin Olichwirowicz2015-08-251-3/+1
* | | | Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
* | | | Remove unused block argumentsamitkumarsuroliya2015-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-242-4/+11
* | | | pull up dispatcher allocationAaron Patterson2015-08-242-5/+1
* | | | directly ask the request for the controller classAaron Patterson2015-08-241-6/+1
* | | | remove useless ivarAaron Patterson2015-08-241-2/+1
* | | | remove setter for the dispatcher classAaron Patterson2015-08-241-2/+2
* | | | use a custom request class to determine the controller classAaron Patterson2015-08-241-2/+7
* | | | Merge pull request #21339 from deepj/unused-block-argumentsCarlos Antonio da Silva2015-08-241-2/+2
|\ \ \ \
| * | | | Remove unused block argumentsdeepj2015-08-231-2/+2
* | | | | use methods on the request object instead of accessing envAaron Patterson2015-08-231-7/+7
* | | | | use `Request#path_info` instead of direct ENV accessAaron Patterson2015-08-231-1/+1
* | | | | remove env access from debug_exceptionsAaron Patterson2015-08-231-10/+9
* | | | | convert more `@env` access to get / set headerAaron Patterson2015-08-231-11/+13
* | | | | remove usage of `@env`Aaron Patterson2015-08-231-3/+5
|/ / / /
* | | | use a request object in the session middlewareAaron Patterson2015-08-225-46/+50
* | | | 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
* | | | convert `@env` use to get / set headerAaron Patterson2015-08-221-16/+16
* | | | use get / set header to avoid depending on the `env` ivarAaron Patterson2015-08-221-11/+14
* | | | Fix Railties test failure for asset routeseileencodes2015-08-221-1/+5
* | | | Refactor to remove controller class from route to requesteileencodes2015-08-222-40/+20
* | | | set cached values in the env hashAaron Patterson2015-08-211-6/+9
* | | | stop directly accessing `@env` in mime_negotiationAaron Patterson2015-08-211-8/+8
* | | | use public API to fetch the parameter filterAaron Patterson2015-08-211-2/+2
* | | | use methods on the request object to implement `fetch`Aaron Patterson2015-08-211-2/+8
* | | | dup the env hash on Header#envAaron Patterson2015-08-211-1/+1
* | | | use accessors on the request object for manipulating envAaron Patterson2015-08-211-3/+3