Rails Setup

Rails Setup

  • Rails
  • Devise
  • GitHub

›Project

General

  • Overview
  • Starting with rails?

Getting Started

  • Installation
  • Controller filters and helpers
  • Configuring Models
  • Strong Parameters
  • Configuring views
  • Configuring controllers
  • Configuring routes

Advanced Topics

  • I18n
  • Test helpers
  • OmniAuth
  • Configuring multiple models
  • ActiveJob integration
  • Password reset tokens and Rails logs
  • Other ORMs
  • Rails API mode

Guides

  • Guides list

Project

  • Extensions
  • Example Applications
  • Contributing
  • Bug reports
  • Additional information

Example Applications

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.

Rails 5.0.0 Example

AuthorProjectComments
bilal basharat"Devise with Rails":https://github.com/bilalbash/rails_5_devise_appRails 5.0.0, Devise 4.2.0, plus Bootstrap
sachin"Rails5 skeleton":https://github.com/sachin/rails5-skeletonRails 5.0.0.1, Devise 4.2.0, plus Bootstrap4, Active Admin, STI for App patrons
RailsApps"Devise and Rails":https://github.com/RailsApps/rails-deviseRails 5.0, Devise 4.2, plus Bootstrap or Foundation
RailsApps"Devise and Pundit and Rails":https://github.com/RailsApps/rails-devise-punditRails 5.0, Devise 4.2, showing how to use Pundit for authorization
Mohit Jain"Devise, Facebook, Twitter, Google, Github, Linkedin":https://github.com/mohitjain/social-login-in-railsRails 5.1.5, Devise 4.4.1, Bootstrap, TurboLinks, carrierwave, MySql, Active Record. with "Demo":http://social-login-in-rails.herokuapp.com/
Joshua Needham"Rails 5 Devise Omniauth Omniauth-Facebook Bootstrap":https://github.com/joshuaneedham/rails-5-devise-omniauth-facebook-bootstrapRails 5.2.2.1, Devise 4.6.1, OmniAuth 1.9.0, sassc 2.0.1, Bootstrap 4.3.1, TurboLinks, Active Record.

Rails 4.0 Examples

AuthorProjectComments
Jay Shepherd"Devise 3 example for Rails 4":https://github.com/jayshepherd/devise_exampleRails 4, Devise 3.0.0rc
Michael Lang"Lazy Registration":https://github.com/mwlang/lazy_registration_demosRails 4, Ruby 2, Devise 3.0
Abhilash M A"Token based authentication for API":https://github.com/abhidsm/devise-token-apiRails 4, Ruby 2, Devise 3.0
Ritesh Kumar"Devise, Mongoid, MySQL":https://github.com/Ritesh-Kumar/rails4_mysql_mongoBase Application of Rails 4.0 using both MySQL and Mongo, Devise 3, CanCan, OmniAuth and Twitter Bootstrap
Rendered Text"BaseApp":https://github.com/renderedtext/base-appRails 4, PostgreSQL, jQuery, RSpec, Cucumber, Devise 3.2, FB login (OmniAuth), admin system

Older Examples

AuthorProjectComments
Andi Altendorfer"Community Base Application (CBA)":http://github.com/iboard/CBARails 3.2, Devise 1.4.2, OmniAuth 1.0.2, Mongoid, CanCan, Paperclip, etc.
W.R. de Vos"rails_template":https://github.com/foxycoder/rails_templateRails 3.2, Devise 2.1.2, Oauth with Facebook and Google login (OmniAuth 1.1.1), Mongoid, Cancan, Carrierwave, Rspec, Cucumber
Last updated on 2019-7-7
← ExtensionsContributing →
  • Rails 5.0.0 Example
  • Rails 4.0 Examples
  • Older Examples
Rails Setup 2019