Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 171
- Log:
Initial import of Beast 0.9 from downloaded Tarball. Beast is a Ruby
On Rails based forum application. The original tarball came from the
following location:http://s3.amazonaws.com/beast-forum/beast-0.9.tar.gz
The forum post which announced this version's availability was at:
http://beast.caboo.se/forums/1/topics/446
- Author:
- rool
- Date:
- Fri Mar 02 15:51:55 +0000 2007
- 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' |