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 77a2a3d9b3 Request#content_type exists in Rack::Request, and other parts of Rack::Request expect
it to return a String. Split the Rails API so that Request#content_type returns
a String, and Request#content_mime_type returns a Mime::Type object.
2010-03-28 13:40:38 -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 Request#content_type exists in Rack::Request, and other parts of Rack::Request expect 2010-03-28 13:40:38 -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 Request#content_type exists in Rack::Request, and other parts of Rack::Request expect 2010-03-28 13:40:38 -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