Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

How to change "Devise: password reset instruction email's subject"

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

Rails 5 ActionController::InvalidAuthenticityToken error

How to skip the need to confirm an email address update with devise?

Delay and or resend Devise's confirmation email for manually created users

No route matches [GET] "/users/sign_out"

Where to override current_user helper method of devise gem

After logout, if I push back button I can see the last page which requires login

Difference between save(false) and save(:validate => false)

ruby-on-rails devise

Devise raises error with Rails 4.2 upgrade

How to set Devise sender name for email

Resque, Devise and admin authentication

ruby-on-rails devise resque

Devise with Rails 4

How to write controller tests when you override devise registration controller?

"Could not find a valid mapping for #<User ...>" only on second and successive tests

What is the name of the path helper for a sign_in page in Devise?

ruby-on-rails devise

How do I make a before_action to run on all controllers and actions except one?

Devise confirmable, how to resend a confirmation email on click?

Testing (RSpec) with Devise's confirmable module

ruby-on-rails rspec devise

What's the most secure possible Devise configuration?