From a451b98cf2311b6bb73b3762083294db131a4603 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 5 Jun 2020 17:49:32 -0300 Subject: [PATCH] Revert "Updated README with additional video resources for learning Devise (#5232)" This reverts commit d85d45bcefdee5c9adde5cbd1273723abe35f5e2. My mistake: this section is about *not* using Devise when starting with Rails and building authentication for the first time, therefore we should not be linking to Devise specific resources here. [ci skip] --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3d075eee..e6df03cb 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,6 @@ If you are building your first Rails application, we recommend you *do not* use * Michael Hartl's online book: https://www.railstutorial.org/book/modeling_users * Ryan Bates' Railscasts: http://railscasts.com/episodes/250-authentication-from-scratch and http://railscasts.com/episodes/250-authentication-from-scratch-revised * Codecademy's Ruby on Rails: Authentication and Authorization: https://www.codecademy.com/learn/rails-auth -* Drifting Ruby's Crash Course: https://www.driftingruby.com/episodes/authentication-crash-course-with-devise Once you have solidified your understanding of Rails and authentication mechanisms, we assure you Devise will be very pleasant to work with. :smiley: