public
Description: Sandbox for Github - an application to aide integration testing
Homepage: http://octokittylitter.heroku.com/
Clone URL: git://github.com/drnic/octokittylitter.git
name age message
file .gems Sat Oct 10 05:49:26 -0700 2009 using authlogic for authentication (meddled wit... [drnic]
file .gitignore Fri Oct 09 20:27:21 -0700 2009 ignoring sqlite3 dbs [drnic]
file README.md Wed Oct 14 20:34:48 -0700 2009 Promote the name explanation to top of README [Jack Chen and Dr Nic Williams]
file Rakefile Fri Oct 09 19:26:31 -0700 2009 Initial commit [drnic]
directory app/ Wed Oct 14 20:33:44 -0700 2009 added a sample screenshot demoing fake data; ne... [Jack Chen and Dr Nic Williams]
directory config/ Mon Oct 12 06:06:11 -0700 2009 github main dashboard is app/views/dashboard/index [drnic]
directory db/ Sat Oct 10 20:45:41 -0700 2009 can register for account [drnic]
directory doc/ Fri Oct 09 19:26:31 -0700 2009 Initial commit [drnic]
directory features/ Wed Oct 14 20:21:45 -0700 2009 composing new messages shows errors [Jack Chen and Dr Nic Williams]
directory lib/ Fri Oct 09 19:27:31 -0700 2009 Plugins and config [drnic]
directory log/ Fri Oct 09 19:26:31 -0700 2009 Initial commit [drnic]
directory public/ Wed Oct 14 20:33:44 -0700 2009 added a sample screenshot demoing fake data; ne... [Jack Chen and Dr Nic Williams]
directory script/ Fri Oct 09 19:27:31 -0700 2009 Plugins and config [drnic]
directory spec/ Sat Oct 10 21:15:09 -0700 2009 new user can generate fake data [drnic]
directory tmp/ Fri Oct 09 20:34:34 -0700 2009 Message#new form using formtastic [drnic]
directory vendor/ Sat Oct 10 20:14:51 -0700 2009 remove all http://github.com references from li... [drnic]
README.md

Octo Kitty Litter - GitHub Sandbox

  • This is not the real GitHub.
  • It's a sample sandbox.
  • An aide to integration testing.
  • 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.