mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Updated README to talk about Warden 0.4.1.
This commit is contained in:
parent
c12651104b
commit
108edb4cbd
1 changed files with 2 additions and 3 deletions
|
@ -17,14 +17,13 @@ Right now it's composed of five mainly modules:
|
||||||
|
|
||||||
There's an example application using Devise at http://github.com/plataformatec/devise_example .
|
There's an example application using Devise at http://github.com/plataformatec/devise_example .
|
||||||
|
|
||||||
|
|
||||||
== Dependencies
|
== Dependencies
|
||||||
|
|
||||||
Devise is based on Warden (http://github.com/hassox/warden), a Rack Authentication Framework so you need to install it as a gem. Current warden version is 0.4.0. Please ensure you have it installed in order to use devise (see instalation below).
|
Devise is based on Warden (http://github.com/hassox/warden), a Rack Authentication Framework so you need to install it as a gem. Please ensure you have it installed in order to use devise (see instalation below).
|
||||||
|
|
||||||
== Installation
|
== Installation
|
||||||
|
|
||||||
Install warden gem if you don't have it installed:
|
Install warden gem if you don't have it installed (requires 0.4.1 or higher):
|
||||||
|
|
||||||
sudo gem install warden
|
sudo gem install warden
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue