Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

Rails Devise Invitable redirect after send invititaion

Why is this rspec request spec not updating the model?

devise: adding notice after sign up (with confirmable)

Devise Account Unlock Returning "Unlock Token is Invalid"

ruby-on-rails devise

Override active_for_authentication? for devise

ruby-on-rails devise

failing to find ENV['SECRET_KEY'] in devise setup on heroku

ruby-on-rails heroku devise

JSON Web Token with Devise

Devise Sign Out Error - The action 'show' could not be found for UsersController

Devise: rememberable means that last_sign_in_at is not updated by trackable

Adding TOS agreement checkbox with Devise

Devise - remember me not working? LocalHost Issue?

Devise login form in another controller

ruby-on-rails devise

Rails generator incompatible library

Devise 3 (rails 4) can't update user without password

Redirect user after log in only if it's on root_path

rail3/rspec/devise: rspec controller test fails unless I add a dummy=subject.current_user.inspect

ruby-on-rails rspec devise

Allow a user to add new users in Devise, and remain logged in as themselves

Remove Devise Flash Notices for Sign out

Rails 3: Send welcome e-mail using Devise

Why is Pundit not coupled with Rolify like CanCanCan is?