aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary empty line José Valim2012-04-251-1/+0
* ActionDispatch::HTTP::Url#url_for refactor methodBogdan Gusiev2012-04-241-20/+26
* Add missing requires in routesBogdan Gusiev2012-04-231-0/+2
* Fix comment in AD http responseAlexey Vakhov2012-04-131-1/+1
* Fix example action dispatch in mime typeAlexey Vakhov2012-04-071-1/+1
* adds delegetion for eof? to AD::Http::UploadedFileJens Fahnenbruck2012-03-271-1/+1
* Revert "Return an actual boolean from xml_http_request?"Xavier Noria2012-03-251-1/+1
* Return an actual boolean from xml_http_request?Tim Pope2012-03-231-1/+1
* Add ActionController::HTTPSantiago Pastorino2012-03-141-2/+7
* Refactor AD::UploadedFile, and raise sooner if tempfile is not presentCarlos Antonio da Silva2012-03-061-8/+6
* Added parsing of arbitrary media type parameters.Steve Klabnik2012-03-051-3/+3
* Optimize path helpers.José Valim2012-03-021-1/+3
* reduced localhost check to two method callsAaron Patterson2012-02-281-2/+3
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-0/+6
* Merge pull request #3479 from arvida/ensure-date-header-on-expires-inJosé Valim2012-02-181-0/+14
|\
| * Added accessor methods for Date headerarvida2011-10-311-0/+14
* | Merge pull request #3305 from cjolly/request_filtered_envJeremy Kemper2012-02-131-1/+1
|\ \
| * | Exclude rack.request.form_vars from request.filtered_envChad Jolly2012-01-181-1/+1
* | | Correctly handle single media with q value. Fixes #736.Scott W. Bradley2012-02-061-1/+3
* | | Add 'image/pjpeg' format used by IE Antonio Tapiador2012-01-291-1/+1
|/ /
* | Deprecate RAILS_CACHE constant.kennyj2012-01-181-3/+2
* | Delegate subdomain method to the URL module, removing duplicationCarlos Antonio da Silva2012-01-121-1/+1
* | Simplify named host logic and missing host condition checkCarlos Antonio da Silva2012-01-121-2/+2
* | Extract ip host regexp to a constantCarlos Antonio da Silva2012-01-121-1/+3
* | Change more Array.wrap to Kernel#ArrayRafael Mendonça França2012-01-051-1/+1
* | remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* | deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-242-4/+2
* | Merge pull request #4094 from lest/remove-1-8-codeJosé Valim2011-12-211-8/+1
|\ \
| * | remove check for string from request body setterlest2011-12-211-8/+1
* | | Add original_fullpath and original_url methods to RequestPiotr Sarnacki2011-12-211-0/+8
|/ /
* | Allow symbols to be passed for extension aliasesJustin Campbell2011-12-171-1/+1
* | Fix url_for options[:subdomain] to allow objects as valueschoonkeat2011-12-141-1/+1
* | use Array#join so that file encoding doesn't impact returned string.Aaron Patterson2011-12-121-3/+3
* | Remove dead broken code from AD::RequestJosé Valim2011-12-081-8/+0
* | Use freezed string constant. Some string literals is used repeatedly.kennyj2011-12-083-24/+40
* | Use default charset when we read content type without charset.kennyj2011-12-071-1/+1
* | Fix ActionDispatch::Request method explanationsTravis Pew2011-11-281-5/+5
* | Merge pull request #3617 from indirect/remote_ipJosé Valim2011-11-131-18/+1
|\ \
| * | refactor RemoteIp middlewareAndre Arko2011-11-111-18/+1
* | | Unneeded require memoizableAkira Matsuda2011-11-121-2/+0
|/ /
* / Fix trouble using :subdomain in development environment when using numeri...Bradford Folkens2011-11-081-1/+1
|/
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-191-0/+10
* / is allowed in URI fragmentsJeremy Kemper2011-10-131-1/+1
* Clean up subdomain code a bit.José Valim2011-10-041-2/+2
* :subdomain can now be specified with a value of false in url_for, allowing fo...Kamil Sobieraj2011-10-041-3/+5
* Implement Mime::Type#respond_to? (consistently with #method_missing)Evgeniy Dolzhenko2011-09-251-0/+4
* removing backwards compatibility moduleAaron Patterson2011-09-121-1/+1
* Refactor ActionDispatch::Http::UploadedFileDaniel Schierbeck2011-08-281-14/+3
* document meta methodVijay Dev2011-08-041-3/+3
* Check Accept and Content-Type headers before evaluating them in xhr requests....ogeidix2011-07-191-1/+2