Hey nice video helped me a lot! for those having problems with the logout. I had a error saying could not find user with id='sign_out'. It worked for me by changing link_to to this button_to("Log Out", destroy_user_session_path,method: :delete)
Thanks a lot, but can you make a video on how to deal with broadcasting using devise. Like if I wanna get current_user, how can I do in backendwise without rendering userId in frontend?
When trying to sign up I got this error following your tutorial using rails 7 "undefined method `user_url' for Devise SessionsController:create", but adding "config.navigational_formats = ['*/*', :html, :turbo_stream]" to "config/initializers/devise.rb" fixed it.
Thanks for upload ruby tutorials to RUclips, I always check your videos when i struggle in some RoR feature :D♥️
Great content CJ! Explained quite well.
Looking ahead to more such videos on Rails.
Awesome tutorial CJ! clear and loud voice, easy to follow and understand still working in rails 7
Hey CJ, that is quite a way to make a tutorial!
Just subscribed. Keep up the good work, some of us really appreciate it!
Thanks!
Hey nice video helped me a lot! for those having problems with the logout. I had a error saying could not find user with id='sign_out'. It worked for me by changing link_to to this button_to("Log Out", destroy_user_session_path,method: :delete)
Super awesome.
Thanks!
Amazing Thanks man!
Thank you
You are amazing!!
Great content
Thanks for watching! :)
What your color theme?
Dude, I loved the way you presented this content. +1 subscriber 2 your channel!
This is for watching, Marcus!
Thanks a lot, but can you make a video on how to deal with broadcasting using devise. Like if I wanna get current_user, how can I do in backendwise without rendering userId in frontend?
current_user is available in controllers. Not sure what you mean by broadcast
4.16k subs in this channel? Why💀
nothing about forget password
mail send for real time
When trying to sign up I got this error following your tutorial using rails 7 "undefined method `user_url' for Devise SessionsController:create", but adding "config.navigational_formats = ['*/*', :html, :turbo_stream]" to "config/initializers/devise.rb" fixed it.