Top "Devise" questions

Devise is an authentication gem for Ruby-on-Rails.

Devise API authentication

I am working on a rails web application that also provides JSON based API for mobile devices . mobile clients are …

ruby-on-rails ruby json api devise
Rails & Devise: How to render login page without a layout?

I know this is probably a simple question, but I'm still trying to figure Devise out... I want to render :…

ruby-on-rails devise
How do I login a user with devise?

I have my rails application and I am running into a major issue with devise. I have a controller: class …

ruby-on-rails ruby ruby-on-rails-3 devise warden
Rails, Devise authentication, CSRF issue

I'm doing a singe-page application using Rails. When signing in and out Devise controllers are invoked using ajax. The problem …

ruby-on-rails ajax authentication devise csrf
Rails render of partial and layout in controller

I am overriding the create action of the devise Registrations Controller. I have two forms for signup, individual or company, …

ruby layout ruby-on-rails-4 devise partials
Rails: DoubleRenderError - "Render and/or redirect were called multiple times in this action"

I want to redirect by the role_ids of the user: If it's equal to 2, redirect to workers_path. if …

ruby-on-rails redirect devise super internal-server-error
Adding custom parameters to devise registration - unpermitted parameters

I've been trying to customize the devise register method to register with more parameters and also update more(no luck …

ruby-on-rails ruby-on-rails-3 devise ruby-on-rails-5
Devise Remember Me and Sessions

I'm confused with the devise gem config settings: # The time the user will be remembered without asking for credentials again. …

ruby-on-rails session devise
How can I customize Devise to send password reset emails using PostMark mailer

I'm trying to get all of my system's email notifications under one umbrella using PostMarkApp and utilizing the Rails gems (…

devise forgot-password ruby-on-rails-3 postmark
Sending mail with devise and Gmail smtp server

I am using Devise :confirmable and :recoverable module to confirm a user and to let him recover his password if …

ruby-on-rails smtp localhost devise actionmailer