aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix deprecated mime types via constantsamitkumarsuroliya2015-09-251-5/+5
* | | build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* | | move the Header hash to the super classAaron Patterson2015-09-242-28/+24
* | | mutate headers before committing the responseAaron Patterson2015-09-241-2/+8
* | | stop directly setting headers on the controllerAaron Patterson2015-09-231-5/+0
* | | stop constructing a request object in this setterAaron Patterson2015-09-231-1/+0
* | | stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-235-13/+17
* | | Document Bearer prefix for Authorization header [ci skip]Eliot Sykes2015-09-231-5/+7
* | | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-232-6/+6
* | | ask the request object for the sessionAaron Patterson2015-09-221-1/+1
* | | don't deal with `nil` valuesAaron Patterson2015-09-222-1/+7
* | | drop array allocations on Mime::Type#=~Aaron Patterson2015-09-211-3/+1
* | | remove another `blank?` callAaron Patterson2015-09-211-1/+1
* | | remove html_types setAaron Patterson2015-09-211-6/+2
* | | introduce an `All` mime typeAaron Patterson2015-09-212-1/+7
* | | remove `blank?` calls on `==`Aaron Patterson2015-09-211-1/+1
* | | change inheritance to compositionAaron Patterson2015-09-211-14/+24
* | | swap upcase and to_symAaron Patterson2015-09-211-1/+1
* | | stop calling deprecated methodsAaron Patterson2015-09-2111-27/+27
* | | deprecate accessing mime types via constantsAaron Patterson2015-09-213-7/+55
* | | cache the new type object on the stackAaron Patterson2015-09-211-2/+2
* | | Update routing.rbHarry V. Kiselev2015-09-201-0/+1
* | | TypppoAkira Matsuda2015-09-211-3/+3
* | | remove outdated commentAaron Patterson2015-09-181-4/+0
* | | all parameter parsing is done through the request object now.Aaron Patterson2015-09-181-1/+1
* | | let the request object handle parsing XML postsAaron Patterson2015-09-181-2/+9
* | | remove setting request parameters for JSON requestsAaron Patterson2015-09-181-2/+0
* | | remove the request parameter from `parse_formatted_parameters`Aaron Patterson2015-09-182-6/+6
* | | do not instantiate a param parser middlewareAaron Patterson2015-09-181-6/+2
* | | push the parameter parsers on to the classAaron Patterson2015-09-183-37/+37
* | | stop eagerly parsing parametersAaron Patterson2015-09-181-2/+0
* | | only wrap the strategy with exception handlingAaron Patterson2015-09-181-9/+10
* | | pull `normalize_encode_params` upAaron Patterson2015-09-182-4/+3
* | | remove the `default` parameter from the parser methodAaron Patterson2015-09-181-8/+5
* | | move parameter parsing to the request objectAaron Patterson2015-09-182-22/+37
|/ /
* | File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-183-6/+0
* | Use rack.session_options instead of directly change envJuanito Fatas2015-09-161-1/+1
* | fewer direct env manipulationsAaron Patterson2015-09-152-2/+2
* | allocate request objects with the env hash, set routes on the requestAaron Patterson2015-09-152-9/+6
* | only "normalize" onceAaron Patterson2015-09-141-1/+1
* | create a new renderer instance on calls to `for`Aaron Patterson2015-09-141-39/+46
* | eagerly allocate the renderer objectAaron Patterson2015-09-142-9/+6
* | initialize `@renderer` to avoid ivar warningsAaron Patterson2015-09-141-1/+8
* | add a lock when allocating the rendererAaron Patterson2015-09-141-1/+5
* | `rack_response` should use the status it's givenAaron Patterson2015-09-141-1/+1
* | Fix HSTS default expire in ActionDispatch::SSL docs.Pedro Nascimento2015-09-141-1/+2
* | Merge pull request #21584 from claudiob/remove-hawd-docClaudio B.2015-09-101-3/+2
|\ \
| * | Remove wrong doc line about AC::Parametersclaudiob2015-09-101-3/+2
* | | Update documentation to reflect Rack::Session::Abstract changeseileencodes2015-09-091-1/+1
* | | Handle Content-Types that are not :json, :xml, or :url_encoded_formeileencodes2015-09-091-2/+5
|/ /