How to add a Username Field to Devise - Ruby on Rails 7 tutorial

preview_player
Показать описание
If you want to learn Rails, Check out the Free NEW Courses on my channel. I promise you will become GOOD with Rails.

How I learned Ruby on Rails

Hey there, I'm Malachi, and I'm passionate about one thing: helping YOU succeed in mastering Ruby on Rails! With years of experience in the world of web development, I've been through the ups and downs of learning Rails firsthand. Now, I'm here to share my knowledge and expertise with you.

#Rails #Software #programming
Рекомендации по теме
Комментарии
Автор

ATTENTION:

Make sure to Uncomment the First two lines in Registrations_controller.rb.

These two lines are code are what I am talking about, I forgot to mention this in the video. Just uncomment these lines of code and you will be good to go!
before_action :configure_sign_up_params, only: [:create]
before_action :configure_account_update_params, only: [:update]

Happy coding.

MalachiRails
Автор

This was extremely helpful - thank you for explaining this in such a quick and easy way

tjayagent
Автор

Eres un genio hermano, me ha enseñado mucho tu video, buscando alguna posible solución y la encontré aquí. Fácil, claro y rápido. Thanks!

jorgeestrada
Автор

When you say that you showed us how to update user info without a password, in what video are you talking about? I have been looking for it.

GabrielMartinez-ezue
Автор

This is a great tutorial, thank you!
But I can't get the update to work for me fro some reason, it keeps reverting back even though I did what you did in the video..

TheSweetSugaa
Автор

Hello, I have been trying to do this for my app for about a day and a half now but i seem to get an error logged in the console, is there a chance i could contact you via discord?

georgitraykov