projects
/
feedcatcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d829e3b
)
Creating stable branch
author
Neil Smith
<neil.git@njae.me.uk>
Fri, 17 Jul 2009 20:20:20 +0000
(20:20 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Fri, 17 Jul 2009 20:20:20 +0000
(20:20 +0000)
Rakefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Rakefile
b/Rakefile
new file mode 100644
(file)
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'