RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: zoran
something like validates :password, :presence => false is not possible: rails issue
validates :password, :presence => false
Bye bye Authlogic/Devise, hello Ryan's "authentication from scratch" + CanCan. Thank you.
@Iain
"Devise is childishly easy to customize".
That's only true for simple, small applications.
"There are too many security pitfalls to remember"
And that's true for Devise customizations in more complex scenarios ;)
something like
validates :password, :presence => false
is not possible: rails issue
Bye bye Authlogic/Devise, hello Ryan's "authentication from scratch" + CanCan. Thank you.
@Iain
That's only true for simple, small applications.
And that's true for Devise customizations in more complex scenarios ;)