Difference between revisions of "Spree"
From Wasya Wiki
Line 7: | Line 7: | ||
== Spree 2 == | == Spree 2 == | ||
+ | |||
+ | Looks like dockerized spree 3 can be used instead. | ||
Revision as of 21:50, 31 October 2022
Default credentials:
- login: spree@example.com
- password: spree123
Contents
Spree 2
Looks like dockerized spree 3 can be used instead.
Spree 3
Spree 4
The frontend was removed in Spree 4, here is the one from Spree 3:
The new frontend:
My own dashboard (admin panel, they call it backend for some reason) version 4.4.2 works on 2022-10-19:
- git@github.com:wasya-co/spree_backend.git
Tutorials
- https://dev-docs.spreecommerce.org/advanced/existing_app_tutorial
- https://dev-docs.spreecommerce.org/customization/authentication
Troubleshoot
Register your own cancan ability in the initializer:
Spree::Ability.register_ability(YourAbilityClass)