每当我运行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
请有人帮助我
答案 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然后设置数据库配置。它肯定会运行