From aea5fadd253f94f0d185dc4caf029e8689014db2 Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Mon, 21 Mar 2011 03:47:12 -0700 Subject: [PATCH] Add bushido.json to custom bushido behavior and speed up deploys (no sql db is a big boost) --- bushido.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bushido.json diff --git a/bushido.json b/bushido.json new file mode 100644 index 00000000..79139bf8 --- /dev/null +++ b/bushido.json @@ -0,0 +1,7 @@ +{ + "platform": "rails", + "platform_version": 3, + "ruby_version": "1.9.2", + "sql": false, + "mongodb": true +}