aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty stringKonstantin Papkovskiy2013-01-171-1/+1
| |/ |/|
* | adding missing requiresAaron Patterson2013-01-092-0/+9
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-3/+4
* | Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-4/+3
* | * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-3/+4
|/
* Namespace HashWithIndifferentAccessAkira Matsuda2013-01-072-2/+2
* Needless requiresAkira Matsuda2013-01-061-4/+0
* Add documentation to ActionDispatch::Http::UploadedFile#headersRafael Mendonça França2013-01-031-0/+1
* Remove a useless TODO commentRobin Dupret2013-01-031-1/+0
* do not append a second slash when usingYves Senn2013-01-021-1/+5
* charset should not be appended for `head` responsesYves Senn2012-12-311-2/+6
* return Mime::NullType if format is unknownAngelo Capilleri2012-12-221-1/+12
* remove a cache we do not needAaron Patterson2012-12-141-5/+1
* Merge pull request #8510 from thedarkone/thread_safety_improvementsAaron Patterson2012-12-141-7/+3
|\
| * Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-7/+3
* | Fix rewinding in ActionDispatch::Request#raw_postMatt Venables2012-12-111-2/+3
|/
* Merge pull request #8476 from sheerun/fix/multipart-getRafael Mendonça França2012-12-101-1/+5
|\
| * Prevent raising EOFError on multipart GET request.Adam Stankiewicz2012-12-101-1/+5
* | use `_action` instead of `_filter` callbacksFrancesco Rodriguez2012-12-071-2/+2
|/
* Adding filter capability to ActionController logsFabrizio Regini2012-12-052-0/+38
* Correct the use of params options when given to url_forCarlos Antonio da Silva2012-11-191-1/+1
* Fix issue with params in url_fortumayun2012-11-191-1/+1
* Refactor url methods a bitCarlos Antonio da Silva2012-11-161-9/+9
* implement to_a and to_ary so that the Array() call in template.rb willAaron Patterson2012-11-091-9/+14
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-2/+2
|\
| * 1.9 hash syntax changes to docsAvnerCohen2012-10-311-2/+2
* | Revert "if format is unknown NullMimeTypeObject is returned"Guillermo Iguaran2012-10-311-12/+1
* | if format is unknown NullMimeTypeObject is returnedAngelo capilleri2012-10-311-1/+12
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+2
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-2/+2
* | give access to the original exception raised in case of a parse errorAaron Patterson2012-10-251-2/+2
* | do not lose backtrace information from the raised exceptionAaron Patterson2012-10-251-10/+6
|/
* synchronize on param filter cache.Aaron Patterson2012-10-181-2/+7
* add another singleton for environment filteringAaron Patterson2012-10-181-3/+8
* oops, forgot the default parameterAaron Patterson2012-10-181-1/+1
* keep a singleton filter around that we can use when no filter is setAaron Patterson2012-10-181-2/+6
* move compiled filters to their own class so that recursive calls don'tAaron Patterson2012-10-181-41/+45
* nil isn't a valid filterAaron Patterson2012-10-181-1/+0
* prevent people from accidentally modifying the filter wordAaron Patterson2012-10-181-1/+1
* simplify filter enabled checkingAaron Patterson2012-10-181-9/+4
* if no filters are supplied, default to an empty listAaron Patterson2012-10-181-1/+1
* initialize required instance variables for this mixinAaron Patterson2012-10-181-2/+7
* eagerly populate the http method loookup cache so we don't need locksAaron Patterson2012-10-181-1/+7
* move cache inside the instance so we do not need lockingAaron Patterson2012-10-181-9/+12
* add test for fetch with a blockAaron Patterson2012-10-181-2/+2
* prefer composition over inheritenceAaron Patterson2012-10-181-11/+15
* depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_...grosser2012-09-241-1/+6
* documents ActionDispatch::Http::UploadedFileXavier Noria2012-09-221-6/+55
* Accept parameters in methods delegated to tempfileSergio Gil Pérez de la Manga2012-09-221-6/+2
* Delegate ActionDispatch::Http::UploadedFile#close to tempfileSergio Gil Pérez de la Manga2012-09-201-1/+1