Apipie / apipie-rails

Ruby on Rails API documentation tool
Apache License 2.0
2.47k stars 461 forks source link

Fix deprecated `content_type` on Rails >= 6 #879

Closed stormsilver closed 1 year ago

stormsilver commented 1 year ago

DEPRECATION WARNING: Rails 6.1 will return Content-Type header without modification. If you want just the MIME type, please use #media_type instead. (called from analyze_functional_test at ~/apipie-rails/lib/apipie/extractor/recorder.rb:51)

mathieujobin commented 1 year ago

Thanks