python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can't delete user from admin controller in Rails
I have Users model with Devise gem. I'm trying to manage users through the Admin section and I get the following:
I can create a new user.
I can edit an already existing user.
but I can't delete the ...
omni395
Votes: 0
Answers: 2
Unsafe redirect when running Ruby On Rails app (with Devise and SAML )on localhost
I have a Ruby On Rails app (Ruby 3.1, Rails 7.0.1) using Devise and the devise_saml_authenticatable gem as I authenticate against Microsoft Azure Active Directory.
After upgrading my app from Ruby 2.7...
Ymox
Votes: 0
Answers: 1
Registration with License Key using Devise
I want to make a user registration using a generated key, with only one registration per key. Using Devise. In my DB I will have a generated key that is not assigned to any user, so when a user is reg...
Zilton
Votes: 0
Answers: 0
How to POST data to my Rails 5.2 application API with Curl, with authentication?
I recently had to upload data to my Rails application API using Curl. To make it short, I bypassed the Devise authentication for this specific API. But now it's time to enforce authentication, prior t...
user1185081
Votes: 0
Answers: 0