每当我运行heroku run rake db:migrate 3时,我都会得到
rake中止!无法加载WDM!
WDM is not supported on your system. For a cross-platform alternative,
we recommend using Listen: http://github.com/guard/listen请任何人帮帮我
发布于 2013-04-07 00:42:32
@user2240307将你的windows gem放在你的gemfile的平台组中。
#WINDOWS Gems That don't play well with nix
platforms :mswin do
gem "wdm", :group => [:development, :test]
end发布于 2013-04-03 21:06:25
heroku restart使其再次正常工作,如果不改变您的应用程序环境,在LINUX OS上开发它。
使用RVM设置Ruby、Rails,然后设置DB配置。它肯定会运行
https://stackoverflow.com/questions/15786942
复制相似问题