Devise is an authentication gem for Ruby-on-Rails.
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 deviseI know this is probably a simple question, but I'm still trying to figure Devise out... I want to render :…
ruby-on-rails deviseI 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 wardenI'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 csrfI 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 partialsI 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-errorI'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-5I'm confused with the devise gem config settings: # The time the user will be remembered without asking for credentials again. …
ruby-on-rails session deviseI'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 postmarkI 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