adambutler / wedding-on-rails

The open-source code for my wedding website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wedding on Rails

image

💣 Please note Wedding-on-rails is currently in early active development, master branch may not be in a usable state.

Wedding on Rails in a Ruby on Rails application that I am using for my own wedding but building in a reusable SaaS like way :)

Features

  • Guest management
  • Wedding event page with information
  • Photo uploading to AWS S3
  • Content management
  • To-do lists with defaults
  • RSVP's are taken on the website
  • Aggregated RSVP notifications

Roadmap

  • Theme support
  • Markdown support

Installing

$ git clone git@github.com:adambutler/wedding-on-rails.git
$ cd wedding-on-rails
$ bundle install
$ rake db:create
$ rake db:migrate

Contributing

Contributions are welcome, please follow GitHub Flow

Copyright 2014 Adam Butler

About

The open-source code for my wedding website


Languages

Language:Ruby 41.1%Language:CSS 35.5%Language:HTML 19.9%Language:CoffeeScript 2.8%Language:JavaScript 0.7%