Be more specific about master.

This commit is contained in:
José Valim 2010-06-28 12:25:03 -07:00
parent 4db3ac820b
commit 84c34ff0c4
1 changed files with 3 additions and 1 deletions

View File

@ -22,10 +22,12 @@ Right now it's composed of 11 modules:
== Installation
Devise master branch now supports Rails 3 and is NOT backward compatible. You can use the latest Rails 3 beta gem with Devise latest gem:
Devise 1.1 supports Rails 3 and is NOT backward compatible. You can use the latest Rails 3 beta gem with Devise latest gem:
gem install devise --version=1.1.rc2
If you want to use Rails master (from git repository) you need to use Devise from git repository and vice-versa.
After you install Devise and add it to your Gemfile, you need to run the generator:
rails generate devise:install