From 275ec19d69c9dcb97c43bdc4435f1bf24e67231f Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Wed, 3 Aug 2011 13:02:21 -0700 Subject: [PATCH] remove mongoDB from scaffold options and test it is not quite working yet --- yesod/input/database.cg | 4 ++-- yesod/tests/scaffold.shelltest | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/yesod/input/database.cg b/yesod/input/database.cg index e1606bcb..23e45f53 100644 --- a/yesod/input/database.cg +++ b/yesod/input/database.cg @@ -1,7 +1,7 @@ Yesod uses Persistent for its (you guessed it) persistence layer. -This tool will build in either SQLite, PostgreSQL, or MongoDB support for you. +This tool will build in either SQLite or PostgreSQL support for you. We recommend starting with SQLite: it has no dependencies. We have another option: a tiny project with minimal dependencies. In particular: no database and no authentication. -So, what'll it be? s for sqlite, p for postgresql, m for MongoDB, t for tiny: +So, what'll it be? s for sqlite, p for postgresql, t for tiny: diff --git a/yesod/tests/scaffold.shelltest b/yesod/tests/scaffold.shelltest index b8a77585..db707c05 100644 --- a/yesod/tests/scaffold.shelltest +++ b/yesod/tests/scaffold.shelltest @@ -29,13 +29,3 @@ Foobar p >>> /.*Registering foobar-0.0.0.*/ >>>= 0 - -rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd .. && rm -rf foobar -<<< -Michael -foobar - -Foobar -m ->>> /.*Registering foobar-0.0.0.*/ ->>>= 0