Search code examples
Adding role selection to devise sign up form, when role name needs to match role_id (using devise)...

ruby-on-railsauthenticationdeviseroles

Read More
before_filter :authenticate_user!, except: [:index] / Rails 4...

ruby-on-railsauthenticationdeviseruby-on-rails-4

Read More
How to set password length differently for development and production in devise...

ruby-on-railsdevise

Read More
Devise Registrations Controller "fields cant be blank" on create...

ruby-on-railsapidevise

Read More
Error while trying to load the gem 'devise. ActiveSupport: Duration can't be coerced into In...

ruby-on-railsrubydeviseactivesupport

Read More
Devise edit_registration now working properly...

ruby-on-railsrubydevise

Read More
Devise why sign_in_count in BLACKLIST_SERIALIZATION...

ruby-on-railsdevise

Read More
Rails Devise : how to update user by id?...

ruby-on-railsdevise

Read More
How to signup in two different pages with devise...

ruby-on-railsdevise

Read More
how to redirect devise_for controller to other than default devise...

ruby-on-railsdevise

Read More
Rails app showing memory stats in heroku logs...

ruby-on-railsrubyherokudevisepuma

Read More
Error prohibited this user from being saved:...

htmlruby-on-railsrubyformsdevise

Read More
How to set devise_for namespace::user...

ruby-on-railsdeviseomniauth

Read More
Validation across two forms...

ruby-on-railsvalidationactiverecordruby-on-rails-4devise

Read More
Devise sets current_user to nil after I change this users password and sign them back in...

ruby-on-railsdevise

Read More
What is the best way to ban/block users with Devise for Rails?...

ruby-on-railsrubyauthenticationregistrationdevise

Read More
skip_before_filter for the "login" action of devise...

ruby-on-railsrubydeviseruby-on-rails-5

Read More
Where to override current_user helper method of devise gem...

ruby-on-rails-3authenticationruby-on-rails-3.1rubygemsdevise

Read More
Allow only one user to be an admin with devise...

ruby-on-railsdevise

Read More
getting error for Could not find bcrypt-3.1.11...

ruby-on-railsrubydevisebcrypt

Read More
How to redirect back to a link after logged in...

ruby-on-railsdevise

Read More
Devise is saving user with empty UID...

ruby-on-railsdeviserubygems

Read More
Devise - Invalid Email or Password with valid information...

ruby-on-railsdevise

Read More
Installing Devise: `PG::UndefinedTable: ERROR: relation "users" does not exist`...

ruby-on-railsdevise

Read More
What's the use of JWT in Rails + React app for Auth...

ruby-on-railsreactjsdevisejwt

Read More
Rails - Role based Views using Pundit...

ruby-on-railsdeviseviewpartialspundit

Read More
Rails devise: how to allow guest user to add a record then confirm the record only after sign up con...

ruby-on-railsdevise

Read More
Testing views that use CanCan and Devise with RSpec...

ruby-on-railsrubyrspecdevisecancan

Read More
Rails and Devise Gem: Avoiding store session for certain controller and action...

ruby-on-rails-4devise

Read More
I'm getting an undefined method `each' for nil:NilClass | Trying to add posts to users profi...

ruby-on-railsdeviseposts

Read More
BackNext