1

重複の可能性:
Rails 2.3 スタイルのプラグインと、Heroku でタスクを実行している非推奨の警告

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 /app/Rakefile:7)

は 3 回表示され、2 回表示されることもあります。何か特別な意味はありますか? db:migrate でこの問題を解決する方法

4

1 に答える 1

5

Heroku は、スラッグのコンパイル中にいくつかのプラグインを「注入」します。

-----> Rails plugin injection
       Injecting rails_log_stdout
       Injecting rails3_serve_static_assets

Rails 2.3 スタイルのプラグインと、Heroku でタスクを実行している非推奨の警告を参照してください。

于 2012-11-28T09:32:21.637 に答える