0

sbを行います。スタイルプラグインのこの問題を知っていますか?

 G:\testmud>rake db:migrate:down version=20130218112415
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 i
n your Gemfile, or fold them in to your app as lib/myplugin/* and config/initial
izers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonr
ails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required
)> at G:/testmud/Rakefile:7)
4

1 に答える 1

0

Rails 4 では、ベンダー/プラグインにプラグインを格納する機能が削除され、gem を使用するようになったことを知らせる非推奨の警告が表示されています。ディレクトリにプラグインがある場合は、それらを ruby​​ gem にリファクタリングする必要があります。ディレクトリが空の場合は、警告メッセージを削除するベンダー/プラグインを安全に削除できます。

于 2013-02-18T21:21:02.413 に答える