RailsCasts Pro episodes are now free!

Learn more or hide this

Katherine Chalmers's Profile

GitHub User: katchal

Site: www.katherinechalmers.com

Comments by Katherine Chalmers

Avatar

Thanks so much for the fantastic tutorials. Probably a dumb noob question, but how do you update the sections you want to protect when you add Omniauth to Devise? In the Devise app, the password protection was done by placing the "before filter" in the controllers for the sections to be protected. I didn't see an analogous line in the project or task sections in the source code for the new version with Omniauth. In my app, my links are properly going to the new login with Twitter Omniauth page, but the default password request is still going to the Devise password page, not the new /auth page. How does one update this?