1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/http
wycats ab8bf9e152 * Change the object used in routing constraints to be an instance of
ActionDispatch::Request rather than Rack::Request.

* Changed ActionDispatch::Request#method to return a String, to be
  compatible with the Rack::Request superclass.

* Changed ActionDispatch::Request#method to return the original
  method in the case of methodoverride and #request_method not to,
  to be compatible with Rack::Request
2010-04-03 20:24:30 -07:00
..
cache.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
filter_parameters.rb adds missing requires for Object#duplicable? 2010-03-28 13:26:13 +02:00
headers.rb Silence some trivial warnings: shadowed local vars, indentation mismatches 2009-12-28 17:36:08 -08:00
mime_negotiation.rb Slightly less annoying check for acceptable mime_types. This allows Accept: application/json, application/jsonp (and the like), but still blacklists browsers. Essentially, we use normal content negotiation unless you include */* in your list, in which case we assume you're a browser and send HTML [#3541 state:resolved] 2010-04-01 17:42:46 -07:00
mime_type.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
mime_types.rb Remove Mime::ALL from Mime::SET. 2009-07-29 12:06:02 -07:00
parameters.rb Move filter_parameter_logging logic out of the controller and create ActionDispatch::ParametersFilter to handle parameter filteration instead. This will make filteration not depending on controller anymore. 2010-01-21 10:08:26 +01:00
request.rb * Change the object used in routing constraints to be an instance of 2010-04-03 20:24:30 -07:00
response.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
upload.rb adds missing requires for Object#blank? and Object#present? 2010-03-28 14:15:02 +02:00
url.rb Add caller to request_uri deprecation notice 2010-03-03 21:24:00 -08:00