aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Remove more unused block arguments amitkumarsuroliya2015-08-252-13/+13
* remove unused require ‘set’NehaGautam2015-08-251-1/+0
* Merge pull request #21094 from aditya-kapoor/add-missing-ap-testsRafael Mendonça França2015-08-251-0/+10
|\
| * add missing tests for action regexpAditya Kapoor2015-08-021-0/+10
* | Remove unused block argumentsAnshul Sharma2015-08-252-2/+2
* | Remove unused block argumentsamitkumarsuroliya2015-08-251-1/+1
* | remove more direct `env` mutationsAaron Patterson2015-08-242-2/+4
* | 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
* | rm useless methodAaron Patterson2015-08-241-4/+0
* | remove dead code :bomb:Aaron Patterson2015-08-241-2/+0
* | pull up dispatcher allocationAaron Patterson2015-08-242-5/+1
* | directly ask the request for the controller classAaron Patterson2015-08-241-6/+1
* | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | remove useless ivarAaron Patterson2015-08-241-2/+1
* | remove setter for the dispatcher classAaron Patterson2015-08-241-2/+2
* | subclass and delegate rather than mutating existing objectsAaron Patterson2015-08-241-12/+29
* | temp files are no more requireGaurav Sharma2015-08-251-1/+0
* | use a custom request class to determine the controller classAaron Patterson2015-08-242-25/+28
* | Merge pull request #21339 from deepj/unused-block-argumentsCarlos Antonio da Silva2015-08-242-3/+3
|\ \
| * | Remove unused block argumentsdeepj2015-08-232-3/+3
* | | Merge pull request #21355 from akihiro17/remove-variablesRafael Mendonça França2015-08-241-2/+2
|\ \ \
| * | | Remove unused variablesakihiro172015-08-241-2/+2
* | | | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-2410-78/+103
|\ \ \ \ | |/ / / |/| | |
| * | | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-2410-78/+103
* | | | 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
* | | | remove more `env` accessAaron Patterson2015-08-231-11/+19
* | | | remove more env accessAaron Patterson2015-08-231-3/+3
* | | | remove more env accessAaron Patterson2015-08-231-4/+6
* | | | convert more `@env` access to get / set headerAaron Patterson2015-08-232-12/+14
* | | | remove usage of `@env`Aaron Patterson2015-08-231-3/+5
* | | | Another place to use a request object in NullSessionHash Ronak Jangir2015-08-231-3/+3
| |/ / |/| |
* | | use a request object in the session middlewareAaron Patterson2015-08-227-68/+74
* | | 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-223-41/+21
* | | 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