solidusio-contrib / solidus_reviews

Product review/rating functionality for your Solidus store.
BSD 3-Clause "New" or "Revised" License
19 stars 48 forks source link

Add deface dependency #118

Open mamhoff opened 9 months ago

mamhoff commented 9 months ago

We still use deface in this gem, so it must be a dependency - otherwise the sandbox won't build.

thomasbromehead commented 8 months ago

Hi guys, Installed the gem but I see no changes at all, no content area to leave a review etc, I'm using the starter_frontend and solidus 4.1.3. So came here to run the sandbox but to no avail, don't quite understand why there are no admin or reviews routes. Ran ./rails-sandboxto generate the app but although it says the app was created I don't understand how it's supposed to work Ran the bin/rails generate solidus_reviews:installscript but no routes match admin, reviews etc

spaghetticode commented 8 months ago

@thomasbromehead I suggest you to open a dedicated issue with your details. Your comment is currently attached to a PR, so it's not relevant in this context. You didn't provide all your process details, but I suspect your install process rails g solidus_reviews:install failed, as the installer doesn't seem to be compatible with the starter frontend here (the controller exists only in the old frontend).