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
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
..
http Request#content_type exists in Rack::Request, and other parts of Rack::Request expect 2010-03-28 13:40:38 -07:00
middleware Request#content_type exists in Rack::Request, and other parts of Rack::Request expect 2010-03-28 13:40:38 -07:00
routing Add constraints to resources in new routing DSL 2010-03-28 23:31:13 +04:30
testing Merge remote branch 'rizwan/restrict' 2010-03-28 11:06:46 -07:00
railtie.rb Make X-Sendfile default to "" so it works correctly in dev mode. 2010-03-26 16:58:55 -07:00
routing.rb Another missing require 2010-03-16 21:37:54 -07:00