Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 63
- Log:
Initial import of RCVSweb 0.0.2 sources. RCVSweb is a Ruby On Rails
wrapper around CVSweb, to provide Rails-based HTML template facilities.
- Author:
- adh
- Date:
- Sun Aug 06 17:55:00 +0100 2006
- Size:
- 307 Bytes
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' |