aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* string include method is 10x faster than creatingNeeraj Singh2010-11-221-1/+1
* Compile regex only onceNeeraj Singh2010-11-221-3/+5
* implement code that handles text/*, appplication/*,Neeraj Singh2010-11-221-1/+16
* declare regex as a constantNeeraj Singh2010-11-221-1/+3
* do not assume that there is no space betweenNeeraj Singh2010-11-221-1/+1
* current code ignores http header "Accept" if itNeeraj Singh2010-11-221-1/+1
* use_accept_header is no longer supportedNeeraj Singh2010-11-211-1/+1
* delegating path and open to internal tempfileAaron Patterson2010-11-181-2/+8
* Brought the domain method in AD http url inline with subdomain where @@tld_le...Josh Kalderimis2010-11-161-1/+2
* Add additional HTTP request methods from the following RFCs:Andrew White2010-11-021-2/+19
* Fix loop introduced by rack:dda892dJeremy Kemper2010-10-261-6/+1
* Remove rack-cache-purge.José Valim2010-10-261-9/+0
* Fix status initialization when custom status providedKrekoten' Marjan2010-10-181-2/+2
* Change def to attr_reader + aliasKrekoten' Marjan2010-10-181-10/+3
* make sure request parameters are accessible after rack throws an exception pa...Miles Egan2010-10-121-2/+2
* only forwarding enough methods to work. People should grab the delegate tempf...Aaron Patterson2010-10-041-5/+8
* making sure respond_to? works properlyAaron Patterson2010-10-041-0/+5
* raising an argument error if tempfile is not providedAaron Patterson2010-10-041-0/+1
* delegate to the @tempfile instance variableAaron Patterson2010-10-041-13/+5