相关疑难解决方法(0)

弃用警告:您在供应商/插件中拥有Rails 2.3风格的插件!支持将在Rails 4.0中删除

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

我正在运行rake db:migrate给我以下警告,然后中止:

$ heroku rake db:migration --trace
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support forthese 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 /app/Rakefile:7)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in …
Run Code Online (Sandbox Code Playgroud)

git rake ruby-on-rails heroku dbmigrate

9
推荐指数
2
解决办法
8860
查看次数

标签 统计

dbmigrate ×1

git ×1

heroku ×1

rake ×1

ruby-on-rails ×1