diff options
| author | hukl <hukl@eight.local> | 2009-01-29 20:41:18 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-29 20:41:18 +0100 |
| commit | b298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (patch) | |
| tree | d8d0a8449972a46e551be3b94e7dd02b6107b119 /Rakefile | |
initial import with edge rails included as a submodule
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..3bb0e85 --- /dev/null +++ b/Rakefile | |||
| @@ -0,0 +1,10 @@ | |||
| 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' | ||
