Rails 5 Deprecation Warning
Closed this issue · 0 comments
terracatta commented
On a brand new Rails 5.0.1 app I get the following when visiting the vanity dashboard.
DEPRECATION WARNING: Accessing mime types via constants is deprecated. Please change `Mime::HTML` to `Mime[:html]`. (called from const_missing at /Users/<snip>/.rvm/gems/ruby-2.3.1/gems/actionpack-5.0.0.1/lib/action_dispatch/http/mime_type.rb:52)
Offending lines are located at:
vanity/lib/vanity/frameworks/rails.rb
Lines 351 to 359 in 9fed166