public
Description: Active development has moved to: http://github.com/dtgit/lftwb/tree/master Social Networking platform built in Ruby on Rails - Google group here: http://groups.google.com/group/luvfoo
Homepage: http://www.luvfoo.com
Clone URL: git://github.com/jbasdf/luvfoo.git
jbasdf (author)
Tue May 12 10:16:28 -0700 2009
commit  e7c6a60f9212afacc1a5c62db6b906860ccd7aad
tree    47bf3e255851be3a0df6b5fad39e51d56398299c
parent  ad88433214a4ead1cfc2131a27b61ff0c835ef9e
luvfoo / 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'