Installed rails 5. The idea that everything is in order, but can not create db or start the server. I get this error:
DEPRECATION WARNING: Access to the mimic type through constants is deprecated. Please change:Mime :: HTMLinMime [: html]. (called from / usr / local / rvm / gems / ruby -2.2.3 / gems / web-console-2.2.1 / lib / web_console / request.rb: 7) DEPARTMENT WARNING: Access to the mime type through constants is deprecated. Please change:Mime :: TEXTinMig [: text]. (called from / usr / local / rvm / gems / ruby -2.2.3 / gems / web-console-2.2.1 / lib / web_console / request.rb: 7) DEPARTMENT WARNING: Access to the mime type through constants is deprecated. Please change:Mime :: URL_ENCODED_FORMinMime [: url_encoded_form]. (called from / usr / local / rvm / gems / ruby -2.2.3 / gems / web-console-2.2.1 / lib / web_console / request.rb: 7)
DEPRECATION WARNING: Access to the mimic type through constants is deprecated. Please change:
Mime :: HTML
in
Mime [: html]. (called from / usr / local / rvm / gems / ruby -2.2.3 / gems / web-console-2.2.1 / lib / web_console / request.rb: 7) DEPARTMENT WARNING: Access to the mime type through constants is deprecated. Please change:
Mime :: TEXT
Mig [: text]. (called from / usr / local / rvm / gems / ruby -2.2.3 / gems / web-console-2.2.1 / lib / web_console / request.rb: 7) DEPARTMENT WARNING: Access to the mime type through constants is deprecated. Please change:
Mime :: URL_ENCODED_FORM
Mime [: url_encoded_form]. (called from / usr / local / rvm / gems / ruby -2.2.3 / gems / web-console-2.2.1 / lib / web_console / request.rb: 7)
Not quite sure what to do here. Not sure where to change Mime::HTML . Any ideas as to why I am getting this error? Or how to fix it?
Mime::HTML
edit gemfile: gem 'web-console', '~> 3.0' package update
gem 'web-console', '~> 3.0'
Changing the gem web-console does not solve the problem.
web-console
Inside the gem, which opens within a few months, there is a pull request. Until it is resolved, you can take this plug, which has the change indicated by the warning.