rumdawgg / wedding

Paul and Katie's wedding website riding on Rails!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paul and Katie’s Wedding Website

I decided to make our wedding website on my own using Ruby On Rails. Rails is used as the web framework for PatientsLikeMe which is where I currently work. If you decide you like what I have done here and you would like to use it for your own wedding please feel free to clone my repository. If you think I could have done something better/differently please make a pull request!

<img src=“https://codeclimate.com/github/rumdawgg/wedding/badges/gpa.svg” /> <img src=“https://codeclimate.com/github/rumdawgg/wedding/badges/issue_count.svg” /> <img src=“https://travis-ci.org/rumdawgg/wedding.svg?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/rumdawgg/wedding/badges/coverage.svg” />

Setup/Install

In case you forget how this works:

Clone the git repository.

git clone git://github.com/rumdawgg/wedding.git
cd wedding

Get all of the required gems.

bundle install

Move the sample database config file.

mv config/database.yml.sample config/database.yml

Edit it for your environment and migrate the database.

rake db:create
rake db:migrate RAILS_ENV=production

Found a bug?

If you are having a problem with my site please submit an issue here:

github.com/rumdawgg/wedding/issues

About

Paul and Katie's wedding website riding on Rails!


Languages

Language:Ruby 55.8%Language:HTML 35.9%Language:CSS 6.5%Language:CoffeeScript 1.1%Language:JavaScript 0.8%