Devise authentication with Rails 6

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии •

  • @Randomize-md3bt
    @Randomize-md3bt Год назад

    Thanks for upload ruby tutorials to RUclips, I always check your videos when i struggle in some RoR feature :D♥️

  • @glencorreia5318
    @glencorreia5318 3 года назад +5

    Great content CJ! Explained quite well.
    Looking ahead to more such videos on Rails.

  • @adekunleismail7382
    @adekunleismail7382 2 года назад

    Awesome tutorial CJ! clear and loud voice, easy to follow and understand still working in rails 7

  • @christianzamora4245
    @christianzamora4245 3 года назад +1

    Hey CJ, that is quite a way to make a tutorial!
    Just subscribed. Keep up the good work, some of us really appreciate it!

  • @searchmyaim
    @searchmyaim Год назад

    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)

  • @dencam
    @dencam 2 года назад

    Super awesome.
    Thanks!

  • @ksprsolo
    @ksprsolo 2 года назад

    Amazing Thanks man!

  • @gouravagarwalpriyal
    @gouravagarwalpriyal 3 года назад +1

    Thank you

  • @lifesalgorithm9397
    @lifesalgorithm9397 2 года назад

    You are amazing!!

  • @prashantsingh-jd1rk
    @prashantsingh-jd1rk 2 года назад

    Great content

    • @cjav_dev
      @cjav_dev  2 года назад

      Thanks for watching! :)

  • @andreoli9922
    @andreoli9922 Год назад

    What your color theme?

  • @VelosoPodcast
    @VelosoPodcast 3 года назад

    Dude, I loved the way you presented this content. +1 subscriber 2 your channel!

    • @cjav_dev
      @cjav_dev  3 года назад

      This is for watching, Marcus!

  • @DevBishwasBh
    @DevBishwasBh 2 года назад

    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?

    • @cjav_dev
      @cjav_dev  2 года назад

      current_user is available in controllers. Not sure what you mean by broadcast

  • @zapxcero
    @zapxcero 2 года назад

    4.16k subs in this channel? Why💀

  • @haiderbajwa5413
    @haiderbajwa5413 2 года назад

    nothing about forget password
    mail send for real time

  • @estmy
    @estmy 2 года назад

    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.