public
Description: Simple, personal expense tracking.
Homepage:
Clone URL: git://github.com/tristandunn/expense.git
tristandunn (author)
Sun Aug 02 11:14:11 -0700 2009
commit  0c912a86b03b4a15f79f073be32f4750c4eb166f
tree    e3a812fe0f537abc0356c7d751564abcf3360314
parent  0a4c610ecca5ee9025922b3484cb35f53720d50d
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/ Sun Aug 02 11:14:11 -0700 2009 Correct typo. [tristandunn]
directory config/ Thu May 21 17:36:17 -0700 2009 Upgrade and switch RSpec to gems from submodules. [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/ Fri May 22 18:20:26 -0700 2009 Cache index action. [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.