public
Description: Ruby on Rails Web App - Social command line for the web
Homepage: http://www.opensourcerails.com/projects/85
Clone URL: git://github.com/jcnetdev/yubnub.git
jcnetdev (author)
Thu Jul 24 20:04:06 -0700 2008
commit  799c4ffc4d1170ee3d60a1978909e84360dcb9d3
tree    3a4f14414680caab1798570e27d653f1f3fa508a
parent  afd86bd591affa74e9ff970b431c72c7b618f8cc
yubnub / 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'