spree-reviews
spree-reviews copied to clipboard
Remove duplicate bootstrap task
Bootstrap task is no longer needs to be called manually. In fact, doing so will result in the fixtures being created twice.
I am sorry to bother you, I went into some problem when installing the gem. I added the following line at the end of gemFile gem 'spree_reviews' after that i run gem install spree_reviews
the following error is produced?
Mysql2::Error: Table 'mystore_development.ratings' doesn't exist: SELECT ratings
.* FROM ratings
WHERE (ratings
.product_id = 187438981) LIMIT 1
how should i create the tables you need in the extension? thanks