Commit 65ca99a292bbc8bbb99f907b31954e306f792094

Authored by tcocca
1 parent 8c2ea2df

notes about rails 3 support

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
README.rdoc
... ... @@ -9,6 +9,8 @@ Main uses would be for Users to follow other Users or for Users to follow Books,
9 9  
10 10 == Installation
11 11  
  12 +=== The master branch supports rails 2.3.x
  13 +
12 14 Run the following command:
13 15 script/plugin install git://github.com/tcocca/acts_as_follower.git
14 16  
... ... @@ -17,6 +19,13 @@ Run the generator:
17 19  
18 20 This will generate a migration file as well as a model called Follow.
19 21  
  22 +=== Rails 3 support
  23 +
  24 +Run the following command:
  25 + rails plugin install git://github.com/tcocca/acts_as_follower.git -r rails3
  26 +
  27 +Run the generator:
  28 + rails generate acts_as_follower
20 29  
21 30 == Usage
22 31  
... ...