RailsCasts Pro episodes are now free!

Learn more or hide this

Zoran Kikic's Profile

GitHub User: zoran

Comments by Zoran Kikic

Avatar

something like validates :password, :presence => false
is not possible: rails issue

Avatar

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 ;)