Project

rsvp

0.0
No commit activity in last 3 years
No release in over 3 years
Provides wrapping application necessary views and data structures to capture online RSVP responses.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.2.1, ~> 2.2
>= 1.2.0, ~> 1.2
>= 1.6.5, ~> 1.6
>= 2.14.1, ~> 2.14
>= 2.39.0, ~> 2.39
~> 1.3

Runtime

>= 4.0.2, ~> 4.0
 Project Readme

Rsvp

Nerds do find love. Rsvp is a Rails mountable engine that enables a wrapping application to collection online RSVP responses.

Installing Rsvp

Add Rsvp to your Gemfile and then bundle:

gem 'rsvp' '~> 0.2.4'

Migrate your database:

rake db:migrate

Altering Rsvp views

To alter Rsvp standard views, run the following generator:

rails generate rsvp:views

Copies of Rsvp's standard views will be copied to app/views/rsvp/.

Contribute

Fork, branch, run tests, commit, and submit a pull request.

Note, a Dummy Rails application is contained within spec/dummy/. for testing; you will need to migrate your database from within this directory.

Executing Tests

Run RSpec tests:

bundle exec rspec

Run Cucumber features:

bundle exec cucumber

License

This project rocks and uses MIT-LICENSE.