Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsok/scabies
You can't get rid of scabies that easily
https://github.com/jsok/scabies
Last synced: about 1 month ago
JSON representation
You can't get rid of scabies that easily
- Host: GitHub
- URL: https://github.com/jsok/scabies
- Owner: jsok
- Created: 2011-04-19T00:44:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-07T00:28:31.000Z (over 12 years ago)
- Last Synced: 2024-10-16T00:31:45.698Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Scabies -- The Bug Tracker
====================Introduction
---------------------
A simply bug tracker I wrote over a couple of days.
An hommage to the scabies mite, may your bugs be easier to fix than killing scabies.Setup
---------------------
git clone git://github.com/sokjon/scabies.git
cd scabies
bundle install
rake db:migrate
rails server
open localhost:3000And you're done! Signup a new user and start a project to file bugs in.
Requirements
---------------------
* rails 3.
* state_machine
* ruby-graphviz (if you want to viz your state machine)
* RedClothFeatures
---------------------
* Ability to maintain multiple projects.
* Each project is private until the creator/admin adds other users.
* RedCloth markup available in bug comments/discussion.Bug States
---------------------
state_machine has been used to enforce a pattern of workflow:![Bug State Machine](https://github.com/jsok/scabies/raw/master/state_machine.png)