forked from heartcombo/devise
-
Notifications
You must be signed in to change notification settings - Fork 0
Example applications
DanielKehoe edited this page Feb 27, 2012
·
12 revisions
A list of example Rails applications that demonstrate how to use Devise.
Author | Project |
---|---|
Plataformatec | Devise Example for Rails 3 |
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 | 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 |
These example apps have not been updated to the newest versions of Rails or Devise.
Author | Project | Comments |
---|---|---|
Holden Thomas | Rails 3.0 Omniauth Devise | Rails 3.0 and Devise 1.2 |
Brandon Martin | devise-roles-user-management | Rails 3.0 with CanCan and Mongoid |
Shenouda Bertel | devise_couch_example | Rails 3.0 with Devise and CouchDB |