wiseleyb / runt-gui
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
ben wiseley (author)
Tue Mar 17 16:26:54 -0700 2009
commit 9dc25ab3cf181e98cbb7dddf36d16b47c481cd2c
tree 7e9a59eddf8603ec7cee013c64097531748033b5
parent 9c601afbc41071593f2ca749d0c264a3f06993bd
tree 7e9a59eddf8603ec7cee013c64097531748033b5
parent 9c601afbc41071593f2ca749d0c264a3f06993bd
runt-gui /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
features/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
README
Requires ruby 1.8.7 for some of the Runt functionality. This is a very, very early version of something sort of like Google Calendar done in Rails. You can preview it at http://www.wiseleyb-runt-gui.com I'll probably be converting this to a Rails 3 engine at some point. Overview: This is a UI that generates data to create Runt temporal expression http://runt.rubyforge.org/ to support Google calendar like scheduling. You can store day specific information in schedule_details. As an example if you click on a particular day you can write notes about that specific day. It creates these records as needed - allowing you to have an event that repeat forever without having to generate all that data. This isn't even close to scalable yet... it's barely even useable right now. -ben wiseleyb@gmail.com

