Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

This extension lets you create events to announce them to visitors. Upcoming events will be shown on the homepage.

License

Notifications You must be signed in to change notification settings

cahein/spree_event_invitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: SpreeCommerce moved on as a headless open-source ecommerce platform. This extension was only tested with Spree up to version 3.6.

SpreeEventInvitation

This extension lets you create events to announce them to visitors. Upcoming events will be shown on the homepage.

Installation

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

Testing

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

About

This extension lets you create events to announce them to visitors. Upcoming events will be shown on the homepage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published