Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.04 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.04 KB

cubbyhole

Build Status Coverage Status Code Climate

Prerequisite

  • MySQL With TimeZone support.
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
  • NodeJS
  • Redis
  • Ruby > 1.9.3
  • Bundler
  • Bower npm install -g bower
  • PhanthomJS (for testing)

Usage

rspec     # run tests
rails s   # start web server

Use with vagrant

First you'll need to have Virtualbox and Vagrant installed.

vagrant up
# coffee time...
vagrant ssh
cd /vagrant
rspec # run all test!

Raven Fake Events

rake raven:test

Then start the web server

foreman start # thin
unicorn_rails # nginx + unicorn

Happy coding!!