私は現在、Spree Commerce エンジンを既存の Rails アプリケーションに統合することを検討しています。標準インストールでは問題ありませんが、既存のデバイス ユーザー モデルを使用しようとすると、このエラーで失敗します。アプローチが間違っていたのかもしれません。私はbootstrap/devise/cancunなどのアプリを持っています。既存のアプリとユーザーモデルを使用して/storeとしてspreeをマウントしたいです。すべてが同じままですが、/store はすべて Spree です
Would you like to install the default gateways? (Recommended) (yes/no) [yes] yes
Would you like to install the default authentication system? (yes/no) [yes] no
What is the name of the class representing users within your application? [User] User
Would you like to run the migrations? (yes/no) [yes] yes
Would you like to load the seed data? (yes/no) [yes] yes
Would you like to load the sample data? (yes/no) [yes] yes
gemfile spree
gemfile spree_gateway
run bundle install from "."
Gemfile syntax error:
...platforms => [:mri_19, :rbx]gem 'spree', '1.3.2'
...
The Gem file is giving an error for this insert by the install routine
gem "binding_of_caller", ">= 0.7.1", :group => :development, :platforms => [:mri_19, :rbx]gem 'spree', '1.3.2' ^
アプローチまたはこのエラーに関するご意見をいただければ幸いです。