Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

How to display validation errors inline instead of at the top of page

How to add an extra field in the registration form generated by devise?

Rails 3: Different views for each model

Different layout for devise controller, problem when form errors

ruby-on-rails views devise

Rails 3 Devise manually change password

How can I tell whether a given Devise user is signed in right now?

ruby-on-rails-3.1 devise

Is there any way of using "before_filter :authenticate_user!" together with a boolean in the table?

ruby-on-rails devise

Current password can't be blank when updating devise account

NoMethodError in Devise::SessionsController#create undefined method `current_sign_in_at'

Rails 5, Apartment and Devise: sign in with subdomains are not working

Override mailer in devise_invitable?

ruby-on-rails devise

RSpec, authenticating Devise user in request specs

How do you add roles rolify using cancan and devise?

Devise Ajax login: 'sessions#create' only render 'create.js.erb' when it succeed

ruby-on-rails devise

single-sign-on authentication using Facebook on Rails -- AuthLogic or Devise?

Devise: Create User without Password then Require Password to Use Account?

Rails expire password within 24 hours

ruby-on-rails devise logic

Devise is logging out users after a password change

ArgumentError in Devise::RegistrationsController#new wrong number of arguments (2 for 0..1)

How To use devise_token_auth with ActionCable for authenticating user?