Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2010-06-11 21:40:49 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2010-06-11 21:40:49 +0400
commit0390bbde8a74ec30ea89b98d587e36d5171cad19 (patch)
treec3db74963573359ed94a53d62edefce9c17fe690 /Rakefile
Activerecord this time\!
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 000000000..13f1f9fa4
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,7 @@
+# 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.expand_path('../config/application', __FILE__)
+require 'rake'
+
+Rails::Application.load_tasks