aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple `root` routes in same scope levelRafael Sales2015-10-101-2/+3
* used predicate methods to avoid is_a? checksRonak Jangir2015-10-102-3/+5
* Fix mounted engine named routes regressionMatthew Erhard2015-10-072-2/+7
* use methods for accessing the cache control headersAaron Patterson2015-10-062-6/+9
* etag header is in Rack, so use it's response methodsAaron Patterson2015-10-061-6/+2
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-0614-79/+69
* Merge pull request #21887 from abhishekjain16/doc_fixKasper Timm Hansen2015-10-061-1/+1
|\
| * Fix usage of word alternatively in docs [ci skip]Abhishek Jain2015-10-061-1/+1
* | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-062-2/+2
|/
* move file sending to the response objectAaron Patterson2015-10-054-29/+47
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-043-3/+5
|\
| * Revert "proper raise ArgumentError, divided large text new line"Rafael Mendonça França2015-09-282-4/+4
| * proper raise ArgumentError, divided large text new lineGaurav Sharma2015-09-292-4/+4
| * Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-282-3/+3
| * [ci skip] Fix document of `ActionController::RequestForgeryProtection`yui-knk2015-09-281-0/+2
* | Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-033-23/+8
* | Response#add_header for adding to multi-valued headers like VaryJeremy Daer2015-10-011-0/+20
* | Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-1/+3
* | remove useless methodAaron Patterson2015-09-281-4/+0
* | Merge pull request #21768 from Gaurav2728/gaurav-doc_fix_for_mimeRafael Mendonça França2015-09-251-1/+1
|\ \
| * | fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-261-1/+1
* | | inherit from our AbstractStoreAaron Patterson2015-09-251-5/+1
* | | pull the flash methods in to their own moduleAaron Patterson2015-09-252-34/+41
* | | commit the flash after the controller finishes being servicedAaron Patterson2015-09-253-25/+17
* | | move flash committing to the request object.Aaron Patterson2015-09-252-12/+16
|/ /
* | 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