Ruby on Rails 4.2 Tutorial - Authentication From Scratch (with explanation) |
Title : Ruby on Rails 4.2 Tutorial - Authentication From Scratch (with explanation)
Duration : 01:01:54
Channel : masaru edogawa
Label : Ruby On Rails (Software), autentication, rails authentication, Ruby (Programming Language), ruby on rails tutorials
Duration : 01:01:54
Channel : masaru edogawa
Label : Ruby On Rails (Software), autentication, rails authentication, Ruby (Programming Language), ruby on rails tutorials
Ruby on Rails 4.2 Tutorial - Authentication From Scratch (with explanation) |
Ruby on Rails 4.2 Tutorial - Authentication From Scratch (with explanation) In this video I want to show you how to build simple authentication with ruby on rails from scratch. Every web application definitely has an authentication system to verify that only the right user can access the application. There are many gems that can we used to authenticate like devise gem for example and many others, but in this video I want to show you how to build authentication with ruby on rails from scratch. I have created this video 4 months ago in my other youtube channel. Here the original video: Part 1: http://youtu.be/RPFt_DqKSh4 Part 2: http://youtu.be/NjLk8KZLN4I Part 3: http://youtu.be/bmI0_7_5OV8 fast video: https://www.youtube.com/watch?v=h8SQ0oqhXyA Source code: https://github.com/edomaru/rails_simple_auth/archive/master.zip