public
Description: Simple, personal expense tracking.
Homepage:
Clone URL: git://github.com/tristandunn/expense.git
name age message
file .gitignore Sun Aug 02 11:13:48 -0700 2009 Ignore *.swp files. [tristandunn]
file README.markdown Sun May 31 20:03:04 -0700 2009 Demo down while I upgrade my server. [tristandunn]
file Rakefile Sun Feb 01 10:02:43 -0800 2009 Generate Rails. [tristandunn]
directory app/ Thu Nov 19 18:20:43 -0800 2009 Clean up cache path Proc. [tristandunn]
directory config/ Thu Nov 19 18:41:10 -0800 2009 Freeze time instead of traveling. [tristandunn]
directory db/ Fri May 22 18:19:57 -0700 2009 Index expenses on user_id. [tristandunn]
directory doc/ Sun Feb 01 10:02:43 -0800 2009 Generate Rails. [tristandunn]
directory lib/ Thu May 21 17:36:17 -0700 2009 Upgrade and switch RSpec to gems from submodules. [tristandunn]
directory log/ Sun Feb 01 10:02:43 -0800 2009 Generate Rails. [tristandunn]
directory public/ Fri May 22 17:08:12 -0700 2009 Move search form to footer. [tristandunn]
directory script/ Thu May 21 17:36:17 -0700 2009 Upgrade and switch RSpec to gems from submodules. [tristandunn]
directory spec/ Thu Nov 19 18:38:47 -0800 2009 Add Timecop to keep tests consistent and passing. [tristandunn]
README.markdown

Expense

Simple, personal expense tracking.

Install

  1. Clone the repository.
  2. Copy the database.example.yml to database.yml and update if needed.
    cp config/database.example.yml config/database.yml
    
  3. Ensure you have the required gems installed.
    rake gems:install
    
  4. Create and migrate the database.
    rake db:create
    rake db:migrate
    

iPhone

A simple iPhone-specific interface exists for expense entry and viewing.

iPhone interface.

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.