RailsCasts Pro episodes are now free!

Learn more or hide this

Gabriel Garza's Profile

GitHub User: gabrielgarza

Site: http://sidengo.com

Comments by Gabriel Garza

Avatar

Thanks Ryan, great screencast, I am using it in my app.

I have a users model with only an email and password_digest attributes.

One question (I really need help!): Once the user is logged in, how can I require the user to enter their current password in order to change/update their email or password?

Thanks!