GithubHelp home page GithubHelp logo

wedding's Introduction

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

wedding's People

Contributors

rumdawgg avatar

Stargazers

 avatar

Watchers

James Cloos avatar

wedding's Issues

New Tab for the links on the registry page.

Change this:

<%= link_to(image_tag("crateandbarrel.png", :width => '400', :height => '56.8', :title => "Crate & Barrel"), "http://www.crateandbarrel.com/gift-registry/katie-shaiken-and-paul-chicarello/r5428239") %>

<%= link_to(image_tag("macys.png", :width => '400', :height => '107.5', :title => 'Macy\'s'), "http://www1.macys.com/registry/wedding/guest/?registryId=6484163") %>

To this:

<%= link_to(image_tag("crateandbarrel.png", :width => '400', :height => '56.8', :title => "Crate & Barrel"), "http://www.crateandbarrel.com/gift-registry/katie-shaiken-and-paul-chicarello/r5428239", :target="_blank") %>

<%= link_to(image_tag("macys.png", :width => '400', :height => '107.5', :title => 'Macy\'s'), "http://www1.macys.com/registry/wedding/guest/?registryId=6484163", :target="_blank") %>

or something like that :P

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.