public
Fork of mzslater/learning-rails-sample-app
Description: Sample application for the Learning Rails free online course in Ruby on Rails
Homepage: http://www.learningrails.com
Clone URL: git://github.com/chaupt/learning-rails-sample-app.git
chaupt (author)
Fri May 29 11:31:13 -0700 2009
commit  26a38103b5fc2ddca5bccea897354b9ecc52aeda
tree    c733084dcf1d39810750218da5cfa22d3eb005ad
parent  fbfcd0c4fcbc74be797f75751bd603609c77a662
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'