Skip to content
ravensfan55222 edited this page Dec 21, 2013 · 16 revisions

Devise Tutorials

In these tutorials I will show you how to install devise. I decided to make this tutorial because it is hard to find a good resource for configuring Devise on Rails 4.0. As I learn devise, I will make tutorials on how to implement devise. Theses tutorials will NOT teach you the basics of Ruby on Rails. It is intended to help those who have a basic understanding of Ruby on Rails.

If you would like a good place to start learning Ruby on Rails, read and complete http://ruby.railstutorial.org/ruby-on-rails-tutorial-book by Michael Hartl

Other good resources are:
Devise Github page https://github.com/plataformatec/devise
Railscasts http://railscasts.com/

In this tutorial I will be using the following gems

Rails 4.0
Devise 3.2

The first tutorial is called Creating User and Admin Model using Devise Rails 4.0

You can find all of my devise tutorials here

This is the order I would recommend reading the tutorials in:

Clone this wiki locally