A Rails-based wedding website to help manage everyone on your list.
requires Ruby 2.3.1 and Rails 4.0.0+
git clonerepo to your local machine- cd into project directory
- run
bundle install - add
.envfile at root level of project directory (useexample.envfor reference)
- add
config/database.yml(useexample.database.ymlfor reference) - update
seeds.dbwith desired event names - add CSV file
invites.csvat root level of project directory
# CSV columns should be organized as follows with events in order left to right from first to last:
#
# First name | Last name | Email | Save The Date | Engagement Party | etc...
# --------------------------------------------------------------------------------------
# Beatrix | Kiddo | [email protected] | yes | yes | yes
- run
rake db:create; rake db:migrate; rake db:seed
Please log issues on this repo. Be sure to include:
- Clear title and description of the bug
- Keep the title concise, but provide clear info in the description below.
- Steps to reproduce the problem
- Start from the beginning, and provide any necessary context.
- System/version information (your OS version, browser information, etc.)
- Full text of any error messages
Please submit as a new issue.
See /issues for outstanding tickets.
- Fork this repo (https://github.com/ktravers/beatrix-kiddo/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new pull request