From 10bc44030e21771a2833fcc1ad46b9736306fbd6 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Wed, 15 Dec 2010 19:11:35 +0100 Subject: [PATCH] Old stuff --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 708df1d..ec0b0ee 100644 --- a/README.md +++ b/README.md @@ -382,13 +382,6 @@ The CouchRest companion rails project [http://github.com/hpoydar/couchrest-rails CouchRest Model and the original CouchRest ExtendedDocument do not share the same namespace, as such you should not have any problems using them both at the same time. This might help with migrations. -### Rails 3.0 - -In your Gemfile require the gem with a simple line: - - gem "couchrest_model" - - ## Testing The most complete documentation is the spec/ directory. To validate your CouchRest install, from the project root directory run `rake`, or `autotest` (requires RSpec and optionally ZenTest for autotest support).