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
moneytracker / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'