devise tag

14 questions


1 answers
106 views
0
Could you tell me about the error related to Device to implement SNS authentication?

While implementing Facebook SNS authentication, when I ran rails, I received the following error:/home/ec2-user/.rvm/gems/ruby-2.5.1/gems/devise-4.6.2/lib/devise/rails/routes.rb:259:in`block in device...

2 years ago

1 answers
88 views
0
Error on link_to after deployment of Device

Nice to meet you.When you deploy device in Ruby on Rails and access localhost:3000/login, you get the error ActionController::UrlGenerationError in Device::Sessions#new.Specifically, an error occurred...

2 years ago

1 answers
126 views
0
Create multiple models in device and apply omniauth-facebook to each

I was able to create multiple models (teacher.rb/student.rb) using the device.Also, I would like to implement omniauth using omniauth-facebook, but the device's omniauthable conflicts and does not wor...

2 years ago

1 answers
105 views
0
How to Generate a Random 9-digit User ID in Rails4+devise

I'm a beginner.In the device, there is a standard id, which is 1.2.3.4... in the order of registration.Apart from this, I would like to add the column userid and automatically generate it when I regis...

2 years ago

1 answers
108 views
0
Device Mail Authentication Not Enabled

I am using Device for user authentication.I want to enable mail authentication (:confirmable), but for some reason I can't.At the moment, I can sign up and log in, but I can't just authenticate by ema...

2 years ago

1 answers
113 views
0
About linking user information to posts in Ruby on Rails

■Prerequisites/What you want to realizein Ruby on RailsWe create a simple blog that allows multiple users to post articles.Anyone can log in using email and password and I'm making it possible to post...

2 years ago

2 answers
120 views
0
How to skip to the registration page if you need to log in to the rails device.

Please tell me how to skip to the registration page if I need to log in to the rails device.By default, it flies to the login page (new_user_session), but how do I direct it to the registration page (...

2 years ago

1 answers
77 views
0
About the form_for option

What do the resource and as:resource_name in ( ) of ruby's device mean?I am struggling because I cannot understand the form_for itself.Someone please.<%=form_for(resource, as:resource_name, url:reg...

2 years ago

1 answers
96 views
0
Questions about rails device

I'm creating a web app with rails.Deployment of device → Add unique column → Change information by user (like My Page) → Log in with user name, etc. I was working as a beginner...I was checking from t...

2 years ago

1 answers
91 views
0
About Ruby on Rails device User Profiles

I'm using Ruby on Rails to try to develop a web app.We implemented the device and set up our own columns (name, age, self-introduction, etc.).What's troubling you right now is Create My Page to displa...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.