swipely / swipely-bss-oodd

Examples and framework for BSS class on object oriented data design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rolodecks

This is the base Rails application for the TDD day with Swipely. It provides a simple rolodex where users can enter in simple contact information. Simple to build, simple to deploy.

development

bundle install --without production
rake db:migrate
rake db:seed

production

heroku create --stack cedar
git push heroku master
heroku run rake db:migrate

About

Examples and framework for BSS class on object oriented data design


Languages

Language:Ruby 100.0%