public
Description: An open source social networking platform in Ruby on Rails
Homepage: http://dogfood.insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
mhartl (author)
Wed Aug 06 19:24:49 -0700 2008
commit  efdb12604992da3627e6e7bac7df701a2635c3c4
tree    d5d3c5c69f3b966cdd665f1d65d9ef165eabc3bc
parent  0d822608800087a92a1be20b38900b994906de35 parent  90202c84d967bdb539c7c834450bfce7ee8e6efe
insoshi / 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'