Devise is an authentication library built on top of Warden, a Rack-based authentication framework. The library comes with around 10 modules which allow you to specify exactly how you want authentication handled in your application. We'll use this app to progressively build ever more complex features and show off Devise's powerful features in action.
Table of contents
Pre-requisitesIntroducing Devise for RubyGetting Started: Installing DeviseModules in Devise for RubyDevise Helpers and FiltersDevise and Ruby on Rails' Strong ParametersCustomizing Devise ViewsCustomizing Devise Controllers and RoutesComing Up Next: Advanced Use of DeviseSort: