-
Flowcommerce Spree:将流行的Rails Spree商店框架与Flow API进行集成
资源介绍
Flow.io <-> Spree适配器
所有flowcommerce_spree代码都位于./app和./lib文件夹中。
安装
将gem添加到主应用程序的Gemfile中:
gem 'flowcommerce_spree', git: 'https://github.com/mejuri-inc/flowcommerce_spree'
如果主应用程序的Rails版本低于4.2,则还向主应用程序的Gemfile中添加activerecord -postgres-json gem(至少activerecord -postgres-json版):
gem 'activerecord-postgres-json', '>= 0.2.3'
运行bundle install 。
定义这些附加的ENV变量。
您将在找到FLOW_TOKEN,FLOW_ORGANIZATION和FLOW_BAS
- 上一篇: struts2+juery+ajax+json+进度条显示
- 下一篇:没有了