velocify!
  • SCSS 60.4%
  • Ruby 19.1%
  • JavaScript 17.9%
  • HTML 1.6%
  • Haml 0.9%
Find a file
2014-11-02 22:35:18 -05:00
app CJ - FB21151 - Added last4 avg and total avg. 2014-11-02 22:35:18 -05:00
bin CJ - Installed rspec/rspec-rails and haml-rails. 2014-08-27 21:09:15 -04:00
config CJ - FB21151 - Setting start of week to Thursdays. 2014-11-02 21:43:20 -05:00
db CJ - Adding a is historical flag to the Task Metrics 2014-09-25 22:59:41 -04:00
lib CJ - Fixing code 2014-09-26 22:59:05 -04:00
public CJ - Adding bootstrap, simpleform, jquery. 2014-08-27 21:48:34 -04:00
spec CJ - FB21151 - Added last4 avg and total avg. 2014-11-02 22:35:18 -05:00
vendor/assets CJ - Initial rails commit 2014-08-23 03:32:31 -04:00
.gitignore CJ - Adding the leankit config file b/c my password is in it. 2014-09-07 19:07:43 -04:00
.ruby-gemset CJ - Starting with the ruby version and gemset. 2014-08-23 03:21:36 -04:00
.ruby-version CJ - Starting with the ruby version and gemset. 2014-08-23 03:21:36 -04:00
Capfile CJ - Fixing capfile and adding lean_kit_kanban config file to linked-files. 2014-09-24 01:55:34 -04:00
config.ru CJ - Initial rails commit 2014-08-23 03:32:31 -04:00
Gemfile CJ - Adding capistrano. 2014-09-24 00:27:14 -04:00
Gemfile.lock CJ - Adding capistrano. 2014-09-24 00:27:14 -04:00
production_task.sh CJ - Adding a change-directory instead. 2014-09-24 15:56:36 -04:00
Rakefile CJ - Initial rails commit 2014-08-23 03:32:31 -04:00
README.md CJ - Fixing instructions text and adding key for development env. 2014-09-18 16:49:51 -04:00
README.rdoc CJ - Initial rails commit 2014-08-23 03:32:31 -04:00

velocity

velocify!

Getting Setup

  • Clone (or fork) the repository.
  • rvm install ruby-2.1.2 (if necessary)
  • bundle
  • copy the config/secrets_sample.yml file to config/secrets.yml
  • generate a secret key using rake secret
  • Run rspec
  • You are done when all of the specs pass.