Add codecademy authorization tutorial

A really good , learn by doing, tutorial at codecademy
This commit is contained in:
VISHAL DEEPAK 2015-06-09 15:51:45 +05:30
parent 4acb504324
commit 916c0fc60b
1 changed files with 2 additions and 1 deletions

View File

@ -82,11 +82,12 @@ You will usually want to write tests for your changes. To run the test suite, g
## Starting with Rails?
If you are building your first Rails application, we recommend you *do not* use Devise. Devise requires a good understanding of the Rails Framework. In such cases, we advise you to start a simple authentication system from scratch. Today, we have three resources that should help you get started:
If you are building your first Rails application, we recommend you *do not* use Devise. Devise requires a good understanding of the Rails Framework. In such cases, we advise you to start a simple authentication system from scratch. Today, we have four resources that should help you get started:
* Michael Hartl's online book: https://www.railstutorial.org/book/modeling_users
* Ryan Bates' Railscast: http://railscasts.com/episodes/250-authentication-from-scratch
* Chris Oliver's GoRails Episode 12: https://gorails.com/episodes/user-authentication-with-devise
* Codecademy's Ruby on Rails: Authentication and Authorization: http://www.codecademy.com/en/learn/rails-auth
Once you have solidified your understanding of Rails and authentication mechanisms, we assure you Devise will be very pleasant to work with. :smiley: