public
Fork of foca/integrity
Description: Don't mind this, go to http://github.com/integrity/integrity
Homepage:
Clone URL: git://github.com/sr/integrity.git
John Doe (author)
Fri Jul 17 09:03:09 -0700 2009
commit  1c32d586b854cd68d3dce1bcf544f58e9ac84a39
tree    3a3934bb76450963c2a43365658dc59e373ed265
parent  717d9daae2e5020b119e6de1a3d586e4fef17572
name age message
file .gitignore Tue Mar 17 09:45:05 -0700 2009 Ignore tmp/ [sr]
file .gitmodules Sun Jun 28 07:30:51 -0700 2009 vendor brynary/webrat/rack [sr]
file AUTHORS Thu May 14 12:22:41 -0700 2009 Remove thanks section from README; accurate AUT... [sr]
file CHANGES Tue May 19 05:59:25 -0700 2009 Forgot project ordering in CHANGES [sr]
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [sr]
file README.md Loading commit data...
file Rakefile Fri Jun 05 08:50:58 -0700 2009 woops. make metric_fu optional again [sr]
directory bin/
directory config/ Fri Jul 17 08:40:21 -0700 2009 Use Threaded Bob engine with 20 threads by default [John Doe]
file integrity.gemspec
directory lib/
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/
directory vendor/ Sun Jun 28 07:30:51 -0700 2009 vendor brynary/webrat/rack [sr]
directory views/ Sat Jun 27 13:07:20 -0700 2009 Initial subversion support [sr]
README.md

Integrity

Integrity is your friendly automated Continuous Integration server.

Try it

Integrity provides a quick and easy way to try it out or run it locally. The database is saved into $HOME/.integrity.db.

See our website for deployement instructions.

$ gem install integrity thin do_sqlite3
$ integrity launch
$ open http://0.0.0.0:4567/

Why we don't require "rubygems"

We decided to leave that choice up to the user. For more information, please see Why "require 'rubygems'" In Your Library/App/Tests Is Wrong by Ryan Tomayko.