aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* | | Oops! :bomb:Akira Matsuda2015-07-171-1/+1
* | | "warning: instance variable @routes not initialized"Akira Matsuda2015-07-171-1/+1
* | | Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-0/+4
* | | Rack implements `redirect?` so we don't need itAaron Patterson2015-07-141-3/+0
* | | use a lookup table for `assert_response`Aaron Patterson2015-07-131-3/+8
* | | move buffer caching on to the bufferAaron Patterson2015-07-131-3/+11
* | | Merge pull request #20842 from TheBlasfem/removed_usage_lines_docsClaudio B.2015-07-111-1/+1
|\ \ \
| * | | added description instead of remove usage [ci skip]Julio Lopez2015-07-111-1/+1
* | | | Merge pull request #17102 from matthewd/load-interlockAaron Patterson2015-07-101-0/+21
|\ \ \ \
| * | | | Fix the Interlock middlewareMatthew Draper2015-07-091-5/+14
| * | | | Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-0/+12
* | | | | start disconnecting the parameter parser from the instanceAaron Patterson2015-07-101-3/+3
* | | | | drop a conditional by always assigningAaron Patterson2015-07-101-6/+5
| |/ / / |/| | |
* | | | drop runtime conditionals in parameter parsingAaron Patterson2015-07-091-13/+9
* | | | assign the cookie hash on request allocationAaron Patterson2015-07-081-1/+1
* | | | add a new constructor for allocating test requestsAaron Patterson2015-07-082-9/+9
* | | | make `env` a required parameterAaron Patterson2015-07-081-1/+1
* | | | pass the starting env and session to build_requestAaron Patterson2015-07-081-1/+1
* | | | let the superclass build the request and responseAaron Patterson2015-07-081-1/+1
* | | | remove useless `new` implementationAaron Patterson2015-07-081-4/+0
|/ / /
* | | pass cookies from the jar in the HTTP_COOKIE headereileencodes2015-07-071-9/+4
* | | Send cookies with requesteileencodes2015-07-072-1/+5
* | | Merge pull request #13897 from gmalette/nested-parameter-filtering-2Arthur Nogueira Neves2015-07-061-7/+17
|\ \ \
| * | | Allow filtering params based on parent keysGuillaume Malette2015-06-221-7/+17
* | | | Refactor cookie_jar to decouple it from request objecteileencodes2015-07-051-7/+3
| |/ / |/| |
* | | [ci skip] Improve the url_for documentationRoque Pinel2015-07-011-3/+19
* | | Merge pull request #19431 from hmarr/head-routingRafael Mendonça França2015-06-221-1/+2
|\ \ \ | |/ / |/| |
| * | Respect routing precedence for HEAD requestsHarry Marr2015-03-201-1/+2
* | | Revert "Merge pull request #20584 from arthurnn/fix_url"Arthur Neves2015-06-171-8/+4
* | | Merge pull request #20584 from arthurnn/fix_urlArthur Nogueira Neves2015-06-161-4/+8
|\ \ \
| * | | Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-4/+8
| | |/ | |/|
* / | Fix the comment about attr_reader of headers [ci skip]Mehmet Emin İNAÇ2015-06-161-1/+1
|/ /
* | remove `header=` on the response object.Aaron Patterson2015-06-152-13/+14
* | set the default charset in response initializeAaron Patterson2015-06-151-4/+12
* | ActionDispatch::SSL should keep original header's behaviorFumiaki MATSUSHIMA2015-06-141-1/+1
* | don't hold a reference to `env` in the options objectAaron Patterson2015-06-131-13/+11
* | Handle param-parsing errors from Rack in ExceptionWrapperGrey Baker2015-06-121-1/+3
* | Revert changes related with api apps in RouteWrapperJorge Bejar2015-06-111-11/+1
* | Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-112-12/+35
* | Refactor internal? to query internal_controller? and internal_asset? methodsSantiago Pastorino2015-06-111-1/+11
* | Remove Unneeded ApiPublicExceptions middleware, PublicExceptions already does...Santiago Pastorino2015-06-111-46/+0
* | Adhere to Rails convention for private indentationSantiago Pastorino2015-06-111-21/+20
* | Add ApiPublicException middlewareSantiago Pastorino2015-06-111-0/+47
* | Change the `index` arg of `ActionDispatch::Static#new` to a kwargYuki Nishijima2015-06-111-4/+3
* | remove unused codeAaron Patterson2015-06-081-2/+2
* | we only care about methods that the request object responds toAaron Patterson2015-06-081-2/+1
* | extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-083-8/+8
* | Add missing documentation for ActionDispatch::Request::Session [ci skip]Mehmet Emin İNAÇ2015-06-071-0/+33
* | A few documentation tweaks [ci skip]Robin Dupret2015-06-071-2/+2
* | pass check_ip and proxies to GetIp constructorAaron Patterson2015-06-031-4/+4