运行heroku run rake db:migrate 3时出错

时间:2013-04-03 12:08:39

标签: ruby ruby-on-rails-3 heroku

每当我运行heroku运行rake db:migrate 3,我得到

耙子流产了!     无法加载WDM!

WDM is not supported on your system. For a cross-platform alternative,
we recommend using Listen: http://github.com/guard/listen

请有人帮助我

2 个答案:

答案 0 :(得分:2)

@ user2240307将您的Windows宝石扔在gemfile中的平台组中。

#WINDOWS Gems That don't play well with nix
platforms :mswin do 
  gem "wdm", :group => [:development, :test]
end

答案 1 :(得分:0)

heroku restart

如果不改变你的应用程序环境,那么它会再次正常工作在LINUX操作系统上进行开发。

使用RVM设置Ruby,Rails然后设置数据库配置。它肯定会运行