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

Merge branch 'master' of github.com:plataformatec/devise

This commit is contained in:
José Valim 2010-08-23 10:26:52 -03:00
commit e1006bd6c6

View file

@ -1,5 +1,3 @@
If you're looking for DataMapper support for devise, see http://github.com/jm81/dm-devise
== Devise
Devise is a flexible authentication solution for Rails based on Warden. It:
@ -58,18 +56,14 @@ Devise ecosystem is growing solid day after day. If you just need a walkthrough
Both links above are for Devise with Rails 3. If you need to use Devise with Rails 2.3, you can always run `gem server` from the command line after you install the gem to access the old documentation.
Another great way to learn Devise are Ryan Bates' screencasts:
* http://railscasts.com/episodes/209-introducing-devise
* http://railscasts.com/episodes/210-customizing-devise
And a few example applications:
There are a few example applications out there:
* Rails 2.3 app using Devise at http://github.com/plataformatec/devise_example
* Rails 2.3 app using Devise with subdomains at http://github.com/fortuity/subdomain-authentication
* Rails 3.0 app with Mongoid at http://github.com/fortuity/rails3-mongoid-devise
* Rails 3.0 app using Devise with subdomains at http://github.com/fortuity/rails3-subdomain-devise
Finally, Devise also has several extensions built by the community. Don't forget to check them at the end of this README. If you want to write an extension on your own, you should also check Warden (http://github.com/hassox/warden), a Rack Authentication Framework which Devise depends on.
Devise also has several extensions built by the community. Don't forget to check them at the end of this README. If you want to write an extension on your own, you should also check Warden (http://github.com/hassox/warden), a Rack Authentication Framework which Devise depends on.
== Basic Usage
@ -462,6 +456,8 @@ Devise also has extensions created by the community:
* http://github.com/cschiewek/devise_ldap_authenticatable adds support for LDAP authentication via simple bind.
* http://github.com/jm81/dm-devise Datamapper support for Devise.
Please consult their respective documentation for more information and requirements.
== Bugs and Feedback