NOTE: SpreeCommerce moved on as a headless open-source ecommerce platform. This extension was only tested with Spree up to version 3.6.
This extension lets you create events to announce them to visitors. Upcoming events will be shown on the homepage.
Add spree_event_invitation to your Gemfile:
gem 'spree_event_invitation', :git => 'https://github.com/cahein/spree_event_invitation', :branch => "master"
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_event_invitation:install
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
Run rspec
bundle exec rake
Copyright (c) 2019 Carsten Heinrigs, released under the New BSD License