Devise is an authentication gem for Ruby-on-Rails. It supersedes previous solutions such as Restful Authentication or Authlogic.
Devise is built as a Rails engine and is a full-featured drop-in solution that comes with a complete set of controllers and views to support features such as user registration, user password recovery, user authentication, user email verification and many more.
Devise works with Rails 3, and also supports a branch compatible with Rails 2.3.
Devise was originally developed by José Valim and Carlos Antônio da Silva and released at Rails Summit Latin America 2009.
For more details, see: https://github.com/plataformatec/devise