edward / reckoning
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Apr 12 20:03:20 -0700 2008 | |
| |
README | Sat Apr 12 22:41:39 -0700 2008 | |
| |
Rakefile | ||
| |
Reckoning.tmbundle/ | ||
| |
TODO | Tue Aug 05 09:17:27 -0700 2008 | |
| |
app/ | Wed Aug 06 06:12:48 -0700 2008 | |
| |
config/ | ||
| |
db/ | ||
| |
dev_notes.txt | ||
| |
doc/ | ||
| |
lib/ | Fri May 23 04:42:40 -0700 2008 | |
| |
log/ | ||
| |
public/ | ||
| |
script/ | Sat Apr 12 20:03:21 -0700 2008 | |
| |
spec/ | Fri May 23 11:19:04 -0700 2008 | |
| |
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

