From 65ca99a292bbc8bbb99f907b31954e306f792094 Mon Sep 17 00:00:00 2001 From: tcocca Date: Tue, 28 Sep 2010 14:45:05 -0400 Subject: [PATCH] notes about rails 3 support --- README.rdoc | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/README.rdoc b/README.rdoc index e8b2167..9e89312 100644 --- a/README.rdoc +++ b/README.rdoc @@ -9,6 +9,8 @@ Main uses would be for Users to follow other Users or for Users to follow Books, == Installation +=== The master branch supports rails 2.3.x + Run the following command: script/plugin install git://github.com/tcocca/acts_as_follower.git @@ -17,6 +19,13 @@ Run the generator: This will generate a migration file as well as a model called Follow. +=== Rails 3 support + +Run the following command: + rails plugin install git://github.com/tcocca/acts_as_follower.git -r rails3 + +Run the generator: + rails generate acts_as_follower == Usage -- libgit2 0.21.0