Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 86
- Log:
Initial import of I2, an Instiki clone.
- Author:
- adh
- Date:
- Mon Oct 16 10:40:36 +0100 2006
- Size:
- 346 Bytes
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 | Rails::Initializer.run(:set_load_path) |
6 | |
7 | require 'rake' |
8 | require 'rake/testtask' |
9 | require 'rake/rdoctask' |
10 | |
11 | require 'tasks/rails' |