From 679c697e5fbf1c7596c9278625b8b155c5d25904 Mon Sep 17 00:00:00 2001 From: Ian White Date: Sun, 21 Sep 2008 22:33:24 +1000 Subject: [PATCH] inherit_views is not broken on edge anymore. --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 3815309..9134208 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,11 +2,11 @@ http://plugins.ardes.com > inherit_views = Status -inherit_views works on rails 2.0-stable and 2.1-stable. To get this version checkout the rails-2.0-2.1 branch +inherit views on edge has slimmed down a bit (64 LOC). The API is the same except that, for the moment, render_parent is out. + +inherit_views is available for rails 2.0-stable and 2.1-stable. To get this version checkout the rails-2.0-2.1 branch git clone git://github.com/ianhwite/inherit_views rails-2.0-2.1 - -inherit_views is broken on edge at the moment. Edge's view internals have changed a lot, and so I'm working on a rewrite for edge. This is found in the master branch = inherit_views