forked from heartcombo/devise
-
Notifications
You must be signed in to change notification settings - Fork 0
Example applications
José Valim edited this page Jul 26, 2013
·
12 revisions
A list of example Rails applications that demonstrate how to use Devise. When adding your own examples, please add both Rails and Devise versions to your descriptions.
Author | Project |
---|---|
Jay Sheperd | Devise 3 example for Rails 4 |
These Devise examples provide an example Rails app with a detailed tutorial plus an application template that can be used to create a starter app. The application template offers options to install Devise Confirmable and Invitable modules for a starter app.
Author | Example App | Tutorial | App Template | Comments |
---|---|---|---|---|
Daniel Kehoe | Devise, RSpec, Cucumber | Tutorial | App Template | Rails 3.2, Uses ActiveRecord and SQLite |
Daniel Kehoe | Twitter Bootstrap, Devise, CanCan | Tutorial | App Template | Rails 3.2, CanCan for authorization, plus Twitter Bootstrap |
Daniel Kehoe | Devise, Mongoid | Tutorial | App Template | Rails 3.2, Combines Devise with MongoDB |
Daniel Kehoe | Subdomains, Devise, Mongoid | Tutorial | App Template | Rails 3.2, Basecamp-style subdomains with Devise and MongoDB |
These Devise examples are accompanied by tutorials.
Author | Tutorial and Example App | Comments |
---|---|---|
Fernando Tapia Rico | Devise, OmniAuth, Mongoid | Combines Devise and OmniAuth for use with MongoDB |
Markus Proske | Devise and OmniAuth | example and tutorial for OmniAuth and Devise with multiple providers |
Starter apps that use Devise.
Author | Project | Comments |
---|---|---|
Andi Altendorfer | Community Base Application | Devise, OmniAuth, Mongoid, CanCan, Paperclip, etc. |
W.R. de Vos | rails_template | Devise, Oauth with Facebook and Google login, Mongoid, Cancan, Carrierwave, Rspec, Cucumber |
Rendered Text | BaseApp | PostgreSQL, jQuery, RSpec, Cucumber, Devise, FB login, admin system |
Michael Lang | Lazy Registration | Rails 4, Ruby 2, Devise 3.0 |