Joinable Devise User Groups with Feeds | Ruby on Rails 7 Tutorial

Sdílet
Vložit
  • čas přidán 4. 07. 2023
  • Create groups your users can join. Then show them a feed of what other group members are posting or sharing using Ruby on Rails 7.
    Checkout my course(s) at: learn.deanin.com
    Source:
    github.com/Deanout/user_groups
    Join this channel to help support these videos:
    / @deanin
    Follow me on social media:
    linktr.ee/deanin
    If you liked this video, please consider subscribing: t.co/RZ4EwP0F2a
    #Deanin #Software #Programming

Komentáře • 4

  • @jeffersonrodriguez6661
    @jeffersonrodriguez6661 Před měsícem

    this is really helpful, ty so much! (using this for a uni project haha)

  • @AlainPilon
    @AlainPilon Před 11 měsíci +1

    I think you should rename the video title, feed refers to a constant stream of content. In this case it is a video about HABTM. I talked feeds in the pas so I was curious to see how you would handle these.

  • @azizdevfull
    @azizdevfull Před 11 měsíci

    Amazing : )

  • @justaguy292
    @justaguy292 Před 10 měsíci

    @deanin I have an error that keeps popping up. No matter how many times I start over and do what you do I get a "Couldn't find Team without an ID" error. specifically when joining or leaving a group the error originates from the groupscontroller at the
    def set_group
    @group = Group.find(params[:id])