netguru / aiesec-mini-twitter

This is a simple Ruby on Rails application that has been developed by ONE PERSON in ONE HOUR time during live-coding-session given at AIESEC Conference in Częstochowa, Poland in December 2008.

This URL has Read+Write access

szajbus (author)
Mon Dec 15 07:37:12 -0800 2008
commit  33f529b3e748014e491c2e0e4cca7461354717e7
tree    7356ca1dd71448bd26c1b43aa9a663512625075f
parent  044ec4238de72504abd669e492693a9be21eb16f
aiesec-mini-twitter / 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'