Setup Devise Confirmable And MailCatcher | Ruby On Rails 7 Tutorial

Setup confirmable emails in Devise and test them in development with the MailCatcher gem. See how to setup devise quickly in Rails 7, including how to signout with a 1 line fix.
Mailcatcher: mailcatcher.me/
Join this channel to help support these videos:
/ @deanin
Follow me on social media:
linktr.ee/deanin
Join this channel to get access to perks:
/ @deanin
If you liked this video, please consider subscribing: t.co/RZ4EwP0F2a
Timestamps
0:00 Install Mailcatcher Gem For Devise
1:12 Install Devise And Add Confirmable In Rails 7
5:30 Setup Development.rb For Devise Confirmable
7:57 Additional Devise Email Configurations
#Deanin #Software #Programming

Пікірлер: 19

  • @Deanin
    @Deanin2 жыл бұрын

    Using a backup video today as I'm still preoccupied with Ukraine. Hope this video helps, I know people were asking for it a few weeks ago. Stay safe and make good choices. 🇺🇦

  • @mfrederickson1
    @mfrederickson12 жыл бұрын

    Thanks - exactly what I was waiting for. You're a man of your word - appreciate that. Thanks again!

  • @Povai
    @Povai2 жыл бұрын

    Great video. Probably going to follow this Thanks

  • @sabrinagomes5567
    @sabrinagomes5567 Жыл бұрын

    thanks! your video helped me a lot!

  • @ledockol
    @ledockol2 жыл бұрын

    Many thanks!

  • @xarxlugner2991
    @xarxlugner29912 жыл бұрын

    Thank you dean🙏

  • @leizhang6839
    @leizhang68392 жыл бұрын

    hey Deanin, thanks a lot for vedios. Can you say something about how to use mobile phone verification code to register and log in, better with devise.

  • @aayushstha4137
    @aayushstha41372 жыл бұрын

    Hey ! I don't get the confirmation email after registering. I only get it after I send the reset password confirmations. What should I do?

  • @orce
    @orce2 жыл бұрын

    Nice video. Differences between mailcatcher and letter_opener?

  • @stpaquet

    @stpaquet

    2 жыл бұрын

    Mailcatcher is, in general, installed globally on your machine while letter_opener is a per project configuration. It's also easy to have mailcatcher running is a container so you can share it among your dev team.

  • @lazydesign6585
    @lazydesign65852 жыл бұрын

    like it, can u create tutorial about active record query

  • @Deanin

    @Deanin

    2 жыл бұрын

    I'll add it to the list!

  • @stephanedavy4857
    @stephanedavy4857 Жыл бұрын

    hi, mailcatcher not work compilating failed error char byte ??? help me please

  • @eltonsantosoficial
    @eltonsantosoficial Жыл бұрын

    I can install mailcatcher in Gemfile? Like this: group :development do gem "mailcatcher" end its ok?

  • @rickbacker1

    @rickbacker1

    3 ай бұрын

    In official documentation saids that it is bad practice to use this gem in Gemfile: "Please don't put mailcatcher into your Gemfile. It will conflict with your application's gems at some point."

  • @romanhnatyuk8719
    @romanhnatyuk87192 жыл бұрын

    Nice guide. How can I get confirmation emails to my email, not to mailcatcher?

  • @Deanin

    @Deanin

    2 жыл бұрын

    I haven't set that up in a while, but I think the last time I tried I followed a guide similar to this one makandracards.com/makandra/472839-how-to-set-up-smtp-email-delivery-with-a-gmail-account Basically make the mailer service something that supports sending SMTP emails, then it should be able to reach your actual email. But it's been a while so I could be wrong 😅

  • @romanhnatyuk8719

    @romanhnatyuk8719

    2 жыл бұрын

    @@Deanin Thanks, I will try it. Will be very appreciative, if you will make video guide for it

  • @marco8673

    @marco8673

    Жыл бұрын

    @@romanhnatyuk8719 did it work?