public
Description: Small rails web app to keep track of your expenses
Homepage: http://badurowie.org/moneytracker/
Clone URL: git://github.com/lbadura/moneytracker.git
Click here to lend your support to: moneytracker and make a donation at www.pledgie.com !
lbadura (author)
Thu Sep 03 13:47:20 -0700 2009
commit  140244daecaa02aefea4eb5c3f88926587abf27c
tree    73b4fd16ee9143fc6b4a1a802ac44f45bf9a1ebb
parent  9104937c2b8ced5ca5f0ee36d8af68959da77105
name age message
file .gitmodules Wed Feb 04 15:26:32 -0800 2009 Added restful auth plugin as a submodule [lbadura]
file README Tue Dec 30 00:05:48 -0800 2008 Updated the README file [lbadura]
file Rakefile Sun Aug 31 05:58:04 -0700 2008 Initial framework configuration and a first con... [lbadura]
directory app/ Thu Sep 03 13:40:06 -0700 2009 Modal window forms restyled [lbadura]
directory config/ Wed Sep 02 15:55:24 -0700 2009 Simplified main menu generation. [lbadura]
directory db/ Wed Aug 12 15:00:19 -0700 2009 Removed IBAN number from the account model [lbadura]
directory doc/ Sun Aug 31 05:58:04 -0700 2008 Initial framework configuration and a first con... [lbadura]
directory lib/ Tue Feb 03 11:20:44 -0800 2009 Added the restful authentication plugin [lbadura]
directory locales/ Wed Aug 12 15:00:19 -0700 2009 Removed IBAN number from the account model [lbadura]
directory public/ Thu Sep 03 13:47:20 -0700 2009 More cosmetic changes. [lbadura]
directory script/ Sun Aug 31 05:58:04 -0700 2008 Initial framework configuration and a first con... [lbadura]
directory test/ Wed Sep 02 15:10:49 -0700 2009 Removed problematic json gem [lbadura]
directory vendor/ Wed Sep 02 15:10:49 -0700 2009 Removed problematic json gem [lbadura]
README
1. Introduction

MoneyTracker is a web application written in Ruby and the Ruby on Rails framework.
It's main purpose is to handle your personal finances, keep track of expenses and
help achieve saving goals.

2. License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.