在Solidus 1.3全新安装上:验证失败:添加到购物车时,商店不能为空(在solidus hello-world install,v1.3上)

时间:2016-05-15 23:52:56

标签: ruby-on-rails solidus

点击"添加到购物车"在基本产品上。在我的spree_stores表中,我有一个' Sample Store'因为它是由发电机(?)

填充的

Spree :: OrdersController #populate中的ActiveRecord :: RecordInvalid 验证失败:商店不能为空

完整的堆栈跟踪: https://gist.github.com/anonymous/46b17070a302079102640f70fca219ae

Gemfile.lock的 https://gist.github.com/jasonfb/024fc7c9435d30ea362979dad1f42884

1 个答案:

答案 0 :(得分:2)

通过手动设置'默认值来解决此问题。 '样品商店上的旗帜'在spree_stores中记录为true(1)

before

更改为

after