Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gems | Sat Oct 10 05:49:26 -0700 2009 | |
| |
.gitignore | Fri Oct 09 20:27:21 -0700 2009 | |
| |
README.md | Wed Oct 14 20:34:48 -0700 2009 | |
| |
Rakefile | Fri Oct 09 19:26:31 -0700 2009 | |
| |
app/ | Wed Oct 14 20:33:44 -0700 2009 | |
| |
config/ | Mon Oct 12 06:06:11 -0700 2009 | |
| |
db/ | Sat Oct 10 20:45:41 -0700 2009 | |
| |
doc/ | Fri Oct 09 19:26:31 -0700 2009 | |
| |
features/ | Wed Oct 14 20:21:45 -0700 2009 | |
| |
lib/ | Fri Oct 09 19:27:31 -0700 2009 | |
| |
log/ | Fri Oct 09 19:26:31 -0700 2009 | |
| |
public/ | Wed Oct 14 20:33:44 -0700 2009 | |
| |
script/ | Fri Oct 09 19:27:31 -0700 2009 | |
| |
spec/ | Sat Oct 10 21:15:09 -0700 2009 | |
| |
tmp/ | Fri Oct 09 20:34:34 -0700 2009 | |
| |
vendor/ | Sat Oct 10 20:14:51 -0700 2009 |
Octo Kitty Litter - GitHub Sandbox
|
|
|
Why "Octo Kitty Litter"? It's the Sandbox for Github's Octocat.
Say you wanted to build a third party GitHub service that interacted with either the Github APIs or the website itself, then you'd just love to have a Sandbox - a fake Github site that behaved like Github but you controlled the internal data.

Octo Kitty Litter is that Sandbox.
Implemented Features
Currently, only the following features of GitHub have been implemented:
- registration/login
- inbox/mail system
Installation
This is a Rails app. Install it and run it however you want.
Ultimately, you'll probably want to launch the app before running integration tests to a known port number. For example:
cd path/to/octokittylitter && script/server -p 3030
Then during your integration tests, target http://localhost:3030 instead of the normal http://github.com
you'd use during production.
License
(The MIT License)
Copyright (c) 2009 Dr Nic Williams, Mocra
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.







