aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #20383 from jonatack/fix-configurable-static-index-filenameSantiago Pastorino2015-06-021-3/+3
|\ \
| * | Fix regression in #20017: wrong number of arguments errorJon Atack2015-05-301-3/+3
* | | Merge pull request #20410 from schneems/schneems/boo-global-varsRafael Mendonça França2015-06-011-1/+1
|\ \ \
| * | | Use block variable instead of globalschneems2015-06-011-1/+1
* | | | Merge pull request #20138 from tgxworld/deprecated_assert_templateRafael Mendonça França2015-06-013-5/+3
|\ \ \ \
| * | | | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-303-5/+3
| |/ / /
* | / / Use `any?` rather than `present?` to check argseileencodes2015-05-311-1/+1
| |/ / |/| |
* | | match method doc fix [ci skip]Mehmet Emin İNAÇ2015-05-301-3/+6
* | | [ci skip] match without via is now deprecatedYoong Kang Lim2015-05-301-1/+1
|/ /
* | Merge pull request #20341 from vngrs/remove_already_defined_methods_in_rack_r...Rafael Mendonça França2015-05-281-36/+0
|\ \
| * | Remove already defined methods in super class of ActionDispatch::Request classMehmet Emin İNAÇ2015-05-281-36/+0
* | | config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-4/+5
|/ /
* | Merge pull request #20329 from EduardoBautista/json-api-supportRafael Mendonça França2015-05-271-1/+1
|\ \
| * | Add application/vnd.api+json alias to the JSON MIME Type.Eduardo Bautista2015-05-271-1/+1