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 Apr 22 15:01:22 -0700 2009
commit  2e735f522b2f8f543933bc546ee9f65b4ee3893a
tree    76742c14b281902e465a856cf6745b57f3e18baa
parent  23ec976d17e5b0fd79257352684ff9b4d9d7671b
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'