A Rails-based wedding website to help manage everyone on your list.
requires Ruby 2.3.1 and Rails 4.0.0+
git clone
repo to your local machine- cd into project directory
- run
bundle install
- add
.env
file at root level of project directory (useexample.env
for reference)
- add
config/database.yml
(useexample.database.yml
for reference) - update
seeds.db
with desired event names - add CSV file
invites.csv
at 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 | bride@thebride.io | 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