aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* TODO fix explicitly loading exceptations, autoload removedVishnu Atrai2011-07-111-0/+1
* Fix test to use Mime::ZipArun Agrawal2011-06-281-3/+3
* Register some commonly used mime types (png, jpeg, pdf, zip etc.) per defaultEsad Hajdarevic2011-06-281-0/+12
* Remove usage of memoizable from ActionPack.José Valim2011-06-161-3/+3
* all requests are utf-8. Don't use the external encoding.Damien Mathieu2011-06-141-3/+2
* encode the uploaded file's name in the default external encoding - Closes #869Damien Mathieu2011-06-141-1/+12
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-252-5/+5
|\
| * Remove extra white spaces on ActionPack docs.Sebastian Martinez2011-05-232-5/+5
* | removed deprecated methods, and related tests, from ActionPackJosh Kalderimis2011-05-242-30/+1
* | Make :status an attr_reader to avoid unnecessary warning when replacing status=wycats2011-05-221-1/+2
|/
* Dump and load rack-cache stuff.José Valim2011-05-171-2/+6
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-141-1/+1
|\
| * minor correction to the ActionDispatch::Http::URL subdomain docsJosh Kalderimis2011-05-041-1/+1
* | Fix previous commit by allowing a proc to be given as response_body. This is ...José Valim2011-05-102-29/+53
* | Only show dump of regular env methods on exception screen (not all the rack c...David Heinemeier Hansson2011-05-041-4/+5
|/
* Fix .subdomain regression.José Valim2011-05-041-1/+1
* More performance optimizations.José Valim2011-05-031-5/+0
* Improve performance for filtered parameters and add tests.José Valim2011-05-031-0/+5
* Add ignore_accept_header config to AD::Request.José Valim2011-05-021-5/+22
* Fix tests on 1.8 by explicitly checking for strings (which also improves perf...José Valim2011-04-201-1/+9
* Do not inherit from Rack::Response, remove a shit-ton of unused code.José Valim2011-04-191-53/+48
* Filter sensitive query string parameters in the log [#6244 state:committed]Prem Sichanugrist & Xavier Noria2011-03-111-4/+17
* Filter params that return nil for to_param and allow through false valuesAndrew White2011-03-091-1/+1
* Add missing deprecation requireCarlos Antonio da Silva2011-02-111-0/+1
* Change the CSRF whitelisting to only apply to get requestsMichael Koziarski2011-02-081-1/+2
* Use Mime::Type references.José Valim2011-02-081-1/+5
* Protocol-relative URL support.Stephen Celis2011-02-021-2/+5
* removing more unused variablesAaron Patterson2011-01-171-1/+1
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-12-051-2/+2
|\
| * Fix mime type doc typosCarlos Antonio da Silva2010-12-041-2/+2
* | Wrap everything in class << self.José Valim2010-12-031-42/+37
* | Merge remote branch 'joshk/redirect_routing'José Valim2010-12-031-0/+52
|\ \
| * | The redirect routing method now allows for a hash of options which only chang...Josh Kalderimis2010-11-301-0/+52
| |/
* | Fix tests on 1.9.2.José Valim2010-11-281-6/+9
* | trailing star mimes should respect the order in which mime types are defined.José Valim2010-11-281-7/+11
|/
* process text/* if it appears in the middle ofNeeraj Singh2010-11-251-1/+5
* processing image/* is an odditity because there isNeeraj Singh2010-11-251-1/+1
* unregister method implementation and testNeeraj Singh2010-11-251-0/+12
* port_string bought back to life as it is part of the public apiJosh Kalderimis2010-11-241-3/+8
* :subdomain, :domain and :tld_length options can now be used in url_for, allow...Josh Kalderimis2010-11-231-20/+39
* remove select, collect and then inject withNeeraj Singh2010-11-221-1/+1