Difference between revisions of "Spree"

From Wasya Wiki
Jump to: navigation, search
Line 4: Line 4:
 
The new frontend:
 
The new frontend:
 
* https://github.com/wasya-co/nextjs_commerce
 
* https://github.com/wasya-co/nextjs_commerce
My own dashboard (admin panel, they call it backend for some reason):
+
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
 
* git@github.com:wasya-co/spree_backend.git
  

Revision as of 19:51, 19 October 2022

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

Troubleshoot

Register your own cancan ability in the initializer:

Spree::Ability.register_ability(YourAbilityClass)