【发布时间】:2013-01-26 17:51:18
【问题描述】:
当我尝试在新应用上安装 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
【问题讨论】:
-
您可以发布您的 Gemfile 的内容(或至少所有与 spree 相关的 gem 的相应行)吗?
标签: ruby-on-rails-3 ruby-on-rails-3.2 spree