public
Description: Quickly bootstrap Facebook applications with this RoR template app
Homepage:
Clone URL: git://github.com/sbraford/quick-fb.git
shanti (author)
Fri Oct 10 22:30:07 -0700 2008
commit  77583fada578769ea5dac3f085a9276b46d82bdd
tree    eef9c628b1e45a1ec504e250e4f6c598a47ea813
parent  a523cad5590245e555c689f1bee44470e433b117
quick-fb / 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'