aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | 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
* | | Refactor to remove controller class from route to requesteileencodes2015-08-221-0/+12
* | | 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
* | | use `set_header` rather than []=Aaron Patterson2015-08-211-1/+1
* | | dup the request and mutate its headers object.Aaron Patterson2015-08-211-2/+2
* | | pass a request object to the headers objectAaron Patterson2015-08-212-10/+16
* | | Simplify codeMarcin Olichwirowicz2015-08-131-5/+4
* | | Avoid unnecessary MatchData objectsMarcin Olichwirowicz2015-08-131-1/+1
* | | deprecate the env method on controller instancesAaron Patterson2015-08-071-1/+1
* | | stop using @_env in the controller instanceAaron Patterson2015-08-071-0/+8
* | | refactor param parsing middleware to use request objectsAaron Patterson2015-08-071-0/+8
* | | Fix documentation on ActionDispatch::RequestGabriel Sobrinho2015-08-061-1/+1
* | | use a request object to access info from env in GetIpAaron Patterson2015-08-061-1/+7
* | | ask the request if we should show exceptionsAaron Patterson2015-08-061-0/+7
* | | prevent string allocationsAaron Patterson2015-08-061-1/+1
* | | get the underlying REQUEST_METHOD from the superclassAaron Patterson2015-08-061-1/+1
* | | Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-061-1/+7
|\ \ \
| * | | Assume uploaded filename is UTF-8Kohei Suzuki2015-08-051-1/+7
* | | | routes in the env via the request objectAaron Patterson2015-08-051-0/+4
* | | | allocate a request object to avoid hash allocationsAaron Patterson2015-08-051-0/+4
|/ / /
* | | Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* | | Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-6/+6
|\ \ \
| * | | Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-6/+6
* | | | rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-211-7/+2
* | | | push param encoding in to the utils moduleAaron Patterson2015-07-211-14/+1
* | | | recurse for arrays in `normalize_encode_params`Aaron Patterson2015-07-211-5/+3
* | | | Freeze string literals when not mutated.schneems2015-07-192-5/+5
* | | | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1