spree_event_invitation

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

Last updated on: January 16 at 03:19 PM

source code bug tracker
Opensource
1 1 0
owner:  cahein

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

compatible spree versions
tags spree versions
master >= 3.2.0
authors
Carsten Heinrigs