Rails アプリに Devise をインストールしようとしていて、コマンドを実行するとrails generate devise_install
、次のメッセージが表示されました。
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins!
Support for these plugins will be removed in Rails 4.0. Move them out and
bundle them in your Gemfile, or fold them in to your app as lib/myplugin/*
and config/initializers/myplugin.rb. See the release notes for more on
this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-
released. (called from <top (required)> at /Users...
続行方法に関する情報を提供してくれる人がいますか (できるだけ詳しく教えていただければ幸いです)。
ありがとう。