This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
Rakefile | ||
| |
Reckoning.tmbundle/ | ||
| |
TODO | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
dev_notes.txt | ||
| |
doc/ | ||
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | ||
| |
stories/ | ||
| |
tmp/ | ||
| |
vendor/ |
README
= Reckoning Timetracking (and soon invoicing) for independent devs == Requirements * Rails 2.0.2 (see config/environment.rb; RAILS_GEM_VERSION) * A Rails-friendly database like sqlite3 and its accompanying rubygem === Optional * RSpec and RSpec On Rails for running specs == Installation * Edit config/database.yml (currently set to use sqlite3) * $ rake db:migrate == Usage * Begin using a text file to keep your hours in that follows the standard seen in vendor/plugins/time_cruncher/README.txt ** Install the TextMate bundle if you've got it; how about them macros? * Start the server with $ ruby script/server * Visit http://localhost:3000








