Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in devise

How can I find a devise user by it's session id?

Adding additional field and validation to Devise view/model in Rails app

Ruby on rails: Devise, want to add invite code?

use facebook iOS client authorization on own to server

What does ":event => :authentication" do?

How to devise destroy session and sign out from controller?

Adding new action to devise registrations_controller

ruby-on-rails devise

How to set cookies when log in/out with Devise

ruby-on-rails devise

what is the devise_mapping variable and how can I include it?

How to log user_name in Rails?

Rails 4.0 with Devise. Nested attributes Unpermited parameters

Select enum from form to set role

Overriding Devise Registration Create Method

Could not find devise mapping for path "/sessions/user" devise log in error

How to get current user using devise in rails without using authenticate! on the controller

How to set up mailer in Rails app for production environment on Heroku

How to send CORS headers with Devise if user not authorized (401 response)

rspec & devise test helpers

RSpec and devise : cannot sign_in admin

rspec devise

Devise: Allow admins to edit other users - Rails