Build a Blog with Rails Part 19: How to Add Pagination to our Blog Posts in Rails

Sdílet
Vložit
  • čas přidán 4. 04. 2023
  • ► Check out gorails.com for Pro episodes and more!
    ► SaaS business template for Ruby on Rails with built-in features like Payments, Teams, and much more: jumpstartrails.com
    ► Ruby on Rails hosting with Hatchbox.io: hatchbox.io
    ► Learn how to add Stripe Payments (with SCA support!) with Ruby on Rails: courses.gorails.com/payments-...
  • Věda a technologie

Komentáře • 17

  • @mikopiko
    @mikopiko Před rokem +4

    You're pumping out amazing content, love it!

    • @GorailsTV
      @GorailsTV  Před rokem +1

      Glad you're enjoying it and we have a heck of a lot more that will be coming out shortly!

    • @mikopiko
      @mikopiko Před rokem

      @@GorailsTV May I ask the reason for this sweet bulk of free content?

    • @GorailsTV
      @GorailsTV  Před rokem +1

      @@mikopiko So we can have more Rails developers in the community!

    • @mikopiko
      @mikopiko Před rokem

      @@GorailsTV What a beautiful thought

  • @user-rn1ry8xp8o
    @user-rn1ry8xp8o Před 3 měsíci

    cool video)

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

    God's save series :D, please keep going!

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

      Glad you're enjoying the tutorials!

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

    Well, if i try to implement *Style 1* (in SCSS) the same way - it spits out the errors in my Problems window (in RubyMine) about syntax in this style classes but in browser it works fine.

  • @nguyennghia6680
    @nguyennghia6680 Před 7 měsíci

    Can you tell me your Age counter on browser please?

    • @GorailsTV
      @GorailsTV  Před 7 měsíci

      It's called motivation chrome extension

    • @nguyennghia6680
      @nguyennghia6680 Před 7 měsíci

      @@GorailsTV it's really nice of you. I still watching your video when getting your response.

  • @aminezerradi5022
    @aminezerradi5022 Před rokem

    I hope you do a free classe online live instead of videos in CZcams

  • @mikopiko
    @mikopiko Před rokem

    If I may give feedback,
    I would suggesting you focusing on making the tutorial a bit easier to recreate and follow along.
    For example, you should include the part when you initialized the repo and what you generated, like the models such as BlogPost & User.
    For an experienced Rails user, I think they automatically would understand the whole context and what you are working with, but for an unexperienced audience, that could cause some obstacle.
    There is a content creator called Deanin who does his tutorials this way, you should check it out!

    • @GorailsTV
      @GorailsTV  Před rokem +2

      I think you misunderstand. This is part of the whole playlist which you should watch first as I mentioned in the video.

    • @mikopiko
      @mikopiko Před rokem

      @@GorailsTV Probably, It was unclear that this was a part from a whole series but now when you changed the title, it made it clear.

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

    Can we say @pagy.items* %> ? Why did you place this condition in *separate * for ?