LoginSignup
3
2

More than 5 years have passed since last update.

spree tutorial bug

Posted at

以下のチュートリアルに従って bundle exec rake test_app を実行すると、uninitialized constant Spree::HomeController というエラーが発生します。
http://dev.yukashikado.co.jp/post/55659922874/spree-2-2

回避するには、spree_simple_sales.gemspecGem::Specification.new do に以下の行を追加すればオッケーです。

spree_simple_sales.gemspec
s.add_dependency 'spree_frontend'

以下を参考にしました。
https://github.com/spree/spree/issues/4470
https://github.com/muhammedabuali/spree_simple_store

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2