Last change
on this file since 0955336 was 7b7d827, checked in by njw <njw@…>, 11 years ago |
opened projects: hothotwrite and contact
|
-
Property mode
set to
100644
|
File size:
307 bytes
|
Rev | Line | |
---|
[7b7d827] | 1 | # Add your own tasks in files placed in lib/tasks ending in .rake,
|
---|
| 2 | # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
|
---|
| 3 |
|
---|
| 4 | require(File.join(File.dirname(__FILE__), 'config', 'boot'))
|
---|
| 5 |
|
---|
| 6 | require 'rake'
|
---|
| 7 | require 'rake/testtask'
|
---|
| 8 | require 'rake/rdoctask'
|
---|
| 9 |
|
---|
| 10 | require 'tasks/rails'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.