14 questions
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...
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...
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...
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...
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...
■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...
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 (...
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...
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...
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...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.