mudge / tableau forked from asim/tableau
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Paul Mucur (author)
Tue Oct 27 02:21:50 -0700 2009
tableau /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
config.ru | ||
| |
lib/ | ||
| |
public/ | ||
| |
tableau.rb | ||
| |
views/ |
README.markdown
This is a fork of Asim Aslam's Tableau: a private pastie to use with friends and colleagues.
It is a very spartan pastie application with rudimentary versioning of pastes (ala Gist).
It has the following dependencies:
To create the database and necessary tables, simply run rake migrate then fire up the application with rackup and access it at http://localhost:9292.

