|
Revision 717, 307 bytes
(checked in by scott, 3 years ago)
|
Upgrading to Rails 0.14.2. Ran 'rails .', patched up the Rakefile to use .rake tasks, fixed environment.rb somewhat, and updated all of the tests to stop using instantiated fixtures.
|
| Line | |
|---|
| 1 |
# Add your own tasks in files placed in lib/tasks ending in .rake, |
|---|
| 2 |
# for example lib/tasks/switchtower.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' |
|---|