UnderpantsGnome / bort forked from fudgestudios/bort

A base rails app featuring: RESTful Authentication, Will Paginate, Rspec & Rspec-rails, Exception Notifier, Asset Packager, Cap Recipe. Put together by Fudge to remove the need for boring project setup.

This URL has Read+Write access

Jim Neath (author)
Wed Aug 20 06:58:57 -0700 2008
commit  a26b34242022e6233e8eb1d09ffb4ebb0952e13b
tree    0d35bc2ab99c091921e345562c1da0fac788da4d
parent  e3fb74f2b1c5d0c60e4c16538d9608d117f530ac
bort / 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'