-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Example applications
Daniel Kehoe edited this page Feb 27, 2014
·
47 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 | Comments |
---|---|---|
Jay Shepherd | Devise 3 example for Rails 4 | Rails 4, Devise 3.0.0rc |
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 |
---|---|---|---|---|
Mohit Jain | Devise, Facebook, Twitter, Google, Github, Linkedin Check Demo here | Tutorial | App Template | Rails 3.2, Devise, zurb-Foundation, TurboLinks, carrierwave, MySql, Active Record |
These Devise examples are accompanied by tutorials.
Author | Tutorial and Example App | Comments |
---|---|---|
Fernando Tapia Rico | Devise, OmniAuth, Mongoid | Combines Devise 1.3.0dev and OmniAuth 0.2.0 for use with MongoDB |
Markus Proske | Devise and OmniAuth | example and tutorial for OmniAuth 0.1.6 and Devise 1.1.7 with multiple providers |
Ritesh Kumar | Devise, Mongoid, MySQL | Base Application of Rails 4.0 using both MySQL and Mongo, Devise 3, CanCan, OmniAuth and Twitter Bootstrap |
Starter apps that use Devise.
Author | Project | Comments |
---|---|---|
Andi Altendorfer | Community Base Application | Rails 3.2, Devise 1.4.2, OmniAuth 1.0.2, Mongoid, CanCan, Paperclip, etc. |
W.R. de Vos | rails_template | Rails 3.2, Devise 2.1.2, Oauth with Facebook and Google login (OmniAuth 1.1.1), Mongoid, Cancan, Carrierwave, Rspec, Cucumber |
Rendered Text | BaseApp | Rails 3.2, PostgreSQL, jQuery, RSpec, Cucumber, Devise 2.1.2, FB login (OmniAuth 1.1.1), admin system |
Michael Lang | Lazy Registration | Rails 4, Ruby 2, Devise 3.0 |
Abhilash M A | Token based authentication for API | Rails 4, Ruby 2, Devise 3.0 |