Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryandotsmith/ontheboard

a extensive set of tools for tracking tallys
https://github.com/ryandotsmith/ontheboard

Last synced: 2 months ago
JSON representation

a extensive set of tools for tracking tallys

Awesome Lists containing this project

README

        

**make sure that you have these gems**

rspec, rspec-rails, cucumber, aasm, thoughtbot-factory_girl

you can see all of your gems by running:

gem list

**To install factory girl run this**

gem install thoughtbot-factory_girl --source=http://gems.github.com

**To install aasm**

gem sources -a http://gems.github.com
gem install rubyist-aasm

**To install the rest run this**

gem install rspec rspec-rails cucumber

**If you already have an old ontheboard directory .... remove it**

rm -rf ontheboard/

**Also, delete the repository from your github account.**

Your github account -> Your Repositories -> ontheboard ->
edit -> delete this repository (located towards bottom of page)

**Fork my new repository**

[my repo](http://github.com/ryandotsmith/ontheboard/tree/master)

**Pull up a git bash and cd into a directory where you save your code**

git clone [email protected]:YourAccountName/ontheboard.git

cd ontheboard

cp config/database.example config/database.yml

git submodule init

git submodule update

rake db:drop:all

rake db:create:all

rake db:migrate

rake db:test:prepare

rake spec

**you should have seen a bunch (266) of tests pass!**