public
Fork of shingara/pictrails
Description: A fork of Pictrails with a photo-blog like frontpage, and other added features.
Homepage:
Clone URL: git://github.com/unilogic/pictrails.git
Benjamin Allen (author)
Thu Sep 03 00:19:11 -0700 2009
commit  a18f3dc6eab3a78e5886eba4d4e70fd6f309d5a4
tree    4dc2cdf6f4d5c0e94f69639dae157acd8c68d54f
parent  0d29a0061dfc40692b0251f964c6774833ea06f0
pictrails / Rakefile
100755 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'