Ruby on Rails #43 Gem Devise Invitable - the correct way to create or invite users to your app

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 19

  • @alexax3888
    @alexax3888 10 หลายเดือนก่อน

    Thanks for your tutorials! 🎉

  • @qe8445
    @qe8445 ปีที่แล้ว

    Your tutorials are really helpful, love your work.

  • @cassydodd7764
    @cassydodd7764 3 ปีที่แล้ว +1

    This has been so helpful to watch! Thanks! :)

    • @SupeRails
      @SupeRails  3 ปีที่แล้ว

      You're so welcome!

  • @njongefred
    @njongefred 4 หลายเดือนก่อน

    Thank you so much. very useful

  • @ahmedbougacha2261
    @ahmedbougacha2261 10 หลายเดือนก่อน

    Awesome tutorial!!!!! 🚀🚀🚀

  • @DanielMartienz-x3v
    @DanielMartienz-x3v ปีที่แล้ว

    So useful! thank you very much!

  • @programmingdalia1897
    @programmingdalia1897 3 ปีที่แล้ว +1

    Is I assign a role to a person invited by user.
    Example: we assign a role of teacher or student to invited person . How we implement that ?

    • @SupeRails
      @SupeRails  3 ปีที่แล้ว +1

      smth like this in user.rb:
      after_create :assign_after_invite_role, if: self.created_by_invite?
      def assign_after_invite_role
      self.add_role(:student)
      end

  • @amitkumar-gs7ef
    @amitkumar-gs7ef 2 ปีที่แล้ว

    I want to send invitation mail to multiple receipents by passing the emails as comma separated ..could you please help me with this

    • @SupeRails
      @SupeRails  2 ปีที่แล้ว

      User.all.pluck(:email)

  • @kashifmehmood1203
    @kashifmehmood1203 2 ปีที่แล้ว

    how can we send user invitation as different roles like teacher and student the one you given below to that guy is giving error

    • @SupeRails
      @SupeRails  2 ปีที่แล้ว

      I suggest first sending an invitation (and simultaneously creating the user), and then separate assing the user a role

    • @SupeRails
      @SupeRails  2 ปีที่แล้ว +1

      you can also have a default role

    • @kashifmehmood1203
      @kashifmehmood1203 2 ปีที่แล้ว

      @@SupeRails ok thank you, love you ,no homo xd

  • @akhiljacob5050
    @akhiljacob5050 2 ปีที่แล้ว

    Very well explained 👏

  • @draytechitsolutions4957
    @draytechitsolutions4957 3 ปีที่แล้ว +1

    What will happen if two different users try to invite the same person?

    • @SupeRails
      @SupeRails  3 ปีที่แล้ว +1

      That's something you would want to try by hand :)
      Smth like: >

  • @salmannausher8125
    @salmannausher8125 3 ปีที่แล้ว +1

    Nice episode , KEPP IT UP