From b298d3e8eeb10903bd4640dab7c11d0dc1be9d38 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 29 Jan 2009 20:41:18 +0100 Subject: initial import with edge rails included as a submodule --- Rakefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..3bb0e85 --- /dev/null +++ b/Rakefile @@ -0,0 +1,10 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require(File.join(File.dirname(__FILE__), 'config', 'boot')) + +require 'rake' +require 'rake/testtask' +require 'rake/rdoctask' + +require 'tasks/rails' -- cgit v1.3