spree_backend

Spree Admin Dashboard (by spree)

Spree_backend Alternatives

Similar projects and alternatives to spree_backend

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better spree_backend alternative or higher similarity.

spree_backend reviews and mentions

Posts with mentions or reviews of spree_backend. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-19.
  • Let your customers subscribe to an out of stock product with Spree Commerce -- Refactored --
    2 projects | dev.to | 19 Mar 2023
    # https://github.com/spree/spree_backend/blob/main/app/controllers/spree/admin/stock_items_controller.rb module Spree module Admin module StockItemsControllerDecorator # renamed from NotifyCustomersHelper include NotifyCustomers def self.prepended(base) base.before_action :process_notifiees_on_stock_item, only: :update # We have not taken into account should stock_movement.save fails. # see https://github.com/spree/spree_backend/blob/main/app/controllers/spree/admin/stock_items_controller.rb#L13 base.before_action :process_notifiees_on_stock_movement, only: :create # We don't need to track when deleted as the "track Inventory" can be checked when deleted. # For this, look at Spree::Admin::VariantsIncludingMasterController#update # base.before_action :notify_notifiees, only: :destroy end end end end ::Spree::Admin::StockItemsController.prepend Spree::Admin::StockItemsControllerDecorator if ::Spree::Admin::StockItemsController.included_modules.exclude?(Spree::Admin::StockItemsControllerDecorator)
  • Rails 7, import JavaScript from Engine
    3 projects | /r/rails | 27 Jan 2022
    As a reference, you can check https://github.com/spree/spree_backend/blob/main/package.json - we used to use option 1, and now we're migrating to NPM, in the parent application that hosts the engine we're using https://github.com/rails/jsbundling-rails with esbuild.

Stats

Basic spree_backend repo stats
2
28
9.1
2 days ago

spree/spree_backend is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of spree_backend is Ruby.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com