-
Notifications
You must be signed in to change notification settings - Fork 5
Home
ravensfan55222 edited this page Dec 21, 2013
·
16 revisions
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:
- Creating User and Admin Model using Devise Rails 4.0
- Adding a Username to the User & Admin model
- Allow Users and Admin to Sign In with Username or Email
- Allow Users and Admin to Update Their Account Without Providing a Password
- Flash Messages Twitter Bootstrap and Devise
- Allow Users to View Profile and List All Users