aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #11352 from xaviershay/dispatcher-apiRafael Mendonça França2015-08-084-21/+23
|\ \ \
| * | | Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-074-19/+17
| * | | Move `controller_reference` and `controller_class_names` to protectedXavier Shay2015-08-071-2/+6
* | | | Fix deprecation warning in testseileencodes2015-08-081-1/+1
* | | | Rename `extra_keys` variables to `query_string_keys`eileencodes2015-08-082-4/+4
* | | | Refactor to remove DrawOnce moduleeileencodes2015-08-081-27/+8
|/ / /
* | | deprecate the env method on controller instancesAaron Patterson2015-08-073-2/+4
* | | the request object manages `env`Aaron Patterson2015-08-071-2/+0
* | | remove vestigial codeAaron Patterson2015-08-072-82/+0
* | | stop using @_env in the controller instanceAaron Patterson2015-08-074-5/+12
* | | finish deprecating handling strings and symbolsAaron Patterson2015-08-076-80/+24
* | | Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-076-50/+61
* | | move `valid?` conditional to the constructorAaron Patterson2015-08-071-11/+21
* | | simplify the Middleware constructorAaron Patterson2015-08-073-57/+54
* | | use Proc.new to reduce some conditionalsAaron Patterson2015-08-071-3/+1
* | | the request class is never changed, so just use it directly in the method bodyAaron Patterson2015-08-072-6/+6
|/ /
* | refactor param parsing middleware to use request objectsAaron Patterson2015-08-072-10/+17
* | move flash hash access to methods on the request objectAaron Patterson2015-08-071-2/+11
* | Merge pull request #21153 from grosser/grosser/portsRafael Mendonça França2015-08-062-1/+24
|\ \
| * | do not add common ports to HTTP_HOSTMichael Grosser2015-08-062-1/+24
* | | Fix documentation on ActionDispatch::RequestGabriel Sobrinho2015-08-061-1/+1
|/ /
* | use a request object to access info from env in GetIpAaron Patterson2015-08-062-11/+19
* | ask the request if we should show exceptionsAaron Patterson2015-08-063-4/+13
* | ExceptionWrapper doesn't need to know about `env`Aaron Patterson2015-08-064-26/+22
* | prevent string allocationsAaron Patterson2015-08-061-1/+1
* | reuse the request object in the File serving middlewareAaron Patterson2015-08-061-9/+13
* | get the underlying REQUEST_METHOD from the superclassAaron Patterson2015-08-061-1/+1
* | use a request object to reduce string allocations and not know about ENV keysAaron Patterson2015-08-062-7/+8
* | Merge pull request #21061 from yui-knk/refactor/route_setRafael Mendonça França2015-08-061-4/+2
|\ \
| * | Remove duplicated `Array#to_param`yui-knk2015-08-011-4/+2
* | | Merge pull request #21131 from eagletmt/percent-filenameRafael Mendonça França2015-08-063-1/+28
|\ \ \
| * | | Assume uploaded filename is UTF-8Kohei Suzuki2015-08-051-1/+7
| * | | Add failing spec on utf8 filename with percent characterKohei Suzuki2015-08-042-0/+21
| | |/ | |/|
* | | Adds missing argument handling for ActionController::TestSession toMatthew Gerrior2015-08-063-0/+23
* | | remove dead codeAaron Patterson2015-08-061-5/+0
* | | ask the request for the cookie jarAaron Patterson2015-08-061-1/+8
* | | add a setter for the cookie jarAaron Patterson2015-08-062-2/+8
* | | remove request reference from chained jarsAaron Patterson2015-08-061-22/+25
* | | remove `@host` ivarAaron Patterson2015-08-052-13/+5
* | | remove @secure ivarAaron Patterson2015-08-052-7/+4
* | | CookieJar does not need the key_generator parameter anymoreAaron Patterson2015-08-052-5/+3
* | | eliminate key_generator ivarAaron Patterson2015-08-051-11/+14
* | | sop passing host and secure to the build methodAaron Patterson2015-08-052-3/+5
* | | stop using an options hash with the cookie jarAaron Patterson2015-08-052-39/+31
* | | move env access to the request object.Aaron Patterson2015-08-053-16/+48
* | | 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
|/ /
* | Merge pull request #21095 from aditya-kapoor/add-missing-assertionYves Senn2015-08-031-2/+4
|\ \
| * | Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
* | | Use #start_with? and #[] for speedBenjamin Quorning2015-08-021-2/+2
|/ /