1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update README to point to the RC0 gem.

This commit is contained in:
José Valim 2010-04-03 13:22:14 +02:00
parent d3c31ef16d
commit 66ca9f5ce0

View file

@ -32,9 +32,9 @@ Devise is based on Warden (http://github.com/hassox/warden), a Rack Authenticati
== Installation
Devise master branch now supports Rails 3 and is NOT backward compatible. If you are using Rails 3.0.0 beta gem, you need to install devise as a gem:
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:
sudo gem install devise --version=1.1.pre4
sudo gem install devise --version=1.1.rc0
However, if you are using Rails edge, from the git repository, you also need to use Devise from the git repository. After you install Devise and add it to your gemfile, you need to run the generator: