Your First Ruby Gem

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

  • @cherryramatis2508
    @cherryramatis2508 2 ปีที่แล้ว +25

    kylo ren teaching ruby is absolutely amazing

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

    Thanks! It's great that you did not take any shortcuts and built it from scratch! Helps us learn and understand better.

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

    Thanks for this video man! Appreciate it. And.. I do have to say, I loved you in The Last Jedi!

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

      May the Ruby be with you.

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

    Nice documentation pop-up in your irb session. I'm presuming that functionality is a gem itself. What is it, or how can I get the same functionality?

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

      Oh interesting, double tab (just found that). Mine looks different, but I can't believe I didn't know about this sooner.

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

    Thanks for the video!

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

    Thank you!

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

    Nice!
    Could you do one explaining how to use zeitwerk and also adding types (sorbert + tapioca)?

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

    Nice video, thanks.

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

    It is also worth mentioning if you intend to publish this gem to Ruby Gems you should change the name of your gem. If you try to create a gem called parity_prop, you cannot push it to Ruby Gems because there is one that already exists in the Ruby Gems repository.

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

      Yep! I meant to go back and add that in the notes before publishing the video but I forgot. I've updated the subscription to point this out. Thanks!

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

    thanks!

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

    Brilliant

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

    Cool! I like it))

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

    how terminal show the defination in irb ... I want to know that thing which happened in this video at 11:26 .. please reply on my comment

  • @kieranklaassen
    @kieranklaassen 2 ปีที่แล้ว +4

    Nice! I personally always use `bundle gem GEMNAME` to create the barebones Gem structure. Many options can be passed: