Why don't noobs rails use gem devise?

I'm a ruby ​​on noob rails. On the contrary, I am pretty good at javascript javascript and jQuery JavaScript. I recently hit a ruby ​​on rails using this Michael Hartle tutorial: http://ruby.railstutorial.org/ruby-on-rails-tutorial-book .

But alas, I'm trying to create my own project and use gem devise as an easy way to do authentication. Since it’s hard for beginners to authenticate. However, everyone mentions that noobs should not use this stone.

Why not use noob for your project?

Thanks for any advice, but I would prefer a detailed answer.

+5
source share
3

, , .

, , . ( ) , , , , .

, ( ), . .

+7

Devise - , Devise , .

, . , , ..

Rails has_secure_password. , . , .

10 auth. , , . , Devise .

+5

, , , . Devise, , , Devise, .

You need to make your own decision. If you are in a hurry to open the application, learning how to use Devise, perhaps this is the right way. If you have time, though, trying to figure out how to roll on your own is a good idea. At least it's worth your time to check out the Ryan Bates video on your own: http://railscasts.com/episodes/250-authentication-from-scratch

Also, this is from the Devise documentation discouraging new rails from using Devise: https://github.com/plataformatec/devise#starting-with-rails

+3
source

All Articles