New posts in devise

Rails google-oauth2 404 - "Not found. Authentication passthru."

How can I redirect a user's home (root) path based on their role using Devise?

How do you access Devise controllers?

Use both Account and User tables with Devise

"undefined method `env' for nil:NilClass" in 'setup_controller_for_warden' error when testing Devise using Rspec

Rails - How to override devise SessionsController to perform specific tasks when user signs in?

Devise: Why doesn't my logout link work?

Extending Devise SessionsController to authenticate using JSON

Adding New Admins to Active Admin

Creating a `Users` show page using Devise

Setting session length with Devise

Rails Disable devise flash messages

How to skip a before_filter for Devise's SessionsController?

Stop Devise from clearing session

Rails 7 + Devise Not seeing flash messages from devise

undefined method 'devise' for User

Adding extra registration fields with Devise

Ruby/Rails: How do you customize the mailer templates of Devise?

How to sign in a user using Devise from a Rails console?

Rails 3 - Can Active_admin use an existing user model?