Topic: Devise or other auth gems
Hey Rails Forum. I'm new to this forum and to rails development. I am starting to get a pretty decent grasp of the Ruby language, and how Rails itself works. I am looking to work out a simple custom auth system. Username, password, email will suffice. I would also like to add some custom properties to my User model. After googling around a bit today it seems that Devise is the preferred solution for using login. I was wondering if anyone had any experience using it? Or if there is a better solution that I haven't stumbled across yet?