当我尝试在新应用上安装 spree 时,出现此错误:
您通过 :github 作为 gem 'spree_gateway' 的选项,但它是无效的。
我在 Windows 7 机器上使用 rails 3.2.11。
D:\Dropbox\web\rails_projects\testapp>spree install
Would you like to install the default gateways? (Recommended) (yes/no) [yes] y
Would you like to install the default authentication system? (yes/no) [yes] y
Would you like to run the migrations? (yes/no) [yes] y
Would you like to load the seed data? (yes/no) [yes] y
Would you like to load the sample data? (yes/no) [yes] y
gemfile spree
gemfile spree_gateway
gemfile spree_auth_devise
run bundle install from "."
←[31mYou passed :github as an option for gem 'spree_gateway', but it is invalid.←[0m