部署rails应用程序时heroku中的DEPRECATION WARNING

imK*_*esh 1 ruby-on-rails heroku ruby-on-rails-3 ruby-on-rails-3.2

可能重复:
在Heroku中运行Rails 2.3样式插件和弃用警告任务

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)
Run Code Online (Sandbox Code Playgroud)

显示3次,有时显示2次意味着什么?有什么特别的意思吗? 如何解决db:migrate的这个问题

Sim*_*tti 5

Heroku在slug编译期间"注入"了一些插件.

-----> Rails plugin injection
       Injecting rails_log_stdout
       Injecting rails3_serve_static_assets
Run Code Online (Sandbox Code Playgroud)

请参阅Heroku中的Rails 2.3样式插件和弃用警告运行任务