Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Aug 02 11:13:48 -0700 2009 | |
| |
README.markdown | Sun May 31 20:03:04 -0700 2009 | |
| |
Rakefile | Sun Feb 01 10:02:43 -0800 2009 | |
| |
app/ | Thu Nov 19 18:20:43 -0800 2009 | |
| |
config/ | Thu Nov 19 18:41:10 -0800 2009 | |
| |
db/ | Fri May 22 18:19:57 -0700 2009 | |
| |
doc/ | Sun Feb 01 10:02:43 -0800 2009 | |
| |
lib/ | Thu May 21 17:36:17 -0700 2009 | |
| |
log/ | Sun Feb 01 10:02:43 -0800 2009 | |
| |
public/ | Fri May 22 17:08:12 -0700 2009 | |
| |
script/ | Thu May 21 17:36:17 -0700 2009 | |
| |
spec/ | Thu Nov 19 18:38:47 -0800 2009 |
Expense
Simple, personal expense tracking.
Install
- Clone the repository.
- Copy the database.example.yml to database.yml and update if needed.
cp config/database.example.yml config/database.yml
- Ensure you have the required gems installed.
rake gems:install
- Create and migrate the database.
rake db:create rake db:migrate
iPhone
A simple iPhone-specific interface exists for expense entry and viewing.

License
The MIT License
Copyright (c) 2009 Tristan Dunn
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.







