changelog shortlog tags changeset manifest revisions annotate raw

Rakefile

changeset 0: 3a81b06fdea8
author: moriq@dev.moriq.com
date: Tue Mar 04 23:55:22 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: create mercurial repos for rails-2.0.2 project.
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
4require(File.join(File.dirname(__FILE__), 'config', 'boot'))
5
6require 'rake'
7require 'rake/testtask'
8require 'rake/rdoctask'
9
10require 'tasks/rails'