Codeplace | Create a Voting System (Reputation) in Ruby on Rails using act_has_votable

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

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

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

    Thanks for the video, you helped clear some things up for me. My tip for you, around 25:15 you're selecting all the instances of "posts" by clicking. The mac keyboard shortcut for that is Cmd + Ctrl + G. :)

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

    Thank you so much! Also, your voice is so calming :)

  • @FelipeCerdaBarra
    @FelipeCerdaBarra 9 ปีที่แล้ว

    Thank you! I was stuck with the ordering by the most voted in another project and your video helped me a lot.

  • @brandonblocklaw
    @brandonblocklaw 9 ปีที่แล้ว

    Thank you for this tutorial. Extremely helpful in using this awesome gem.

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

    Thank you so much for this! Great tutorial

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

    Thanks! Really useful run through :-)

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

    ok, nice tutorial. but i'm using slugs (or friendly ids for my products) and it doesn't seem to work with it... need to pass in the friendly id for it to work (somehow?)

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

    Good tut! :)

    • @stukio_school
      @stukio_school  10 ปีที่แล้ว

      Thank you Mikus. Glad you liked it!

  • @randallblake1213
    @randallblake1213 4 ปีที่แล้ว

    FYI. He doesn’t get around to the acts as votable gem until approx min 15.

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

    the link that you give can't accessible, can i get the link of your source files ?

    • @pedrov.m5654
      @pedrov.m5654 6 ปีที่แล้ว

      ward

    • @angelainniss7986
      @angelainniss7986 5 ปีที่แล้ว

      I know - when he said copy paste I was like ----- hmm ok

  • @salonigupta217
    @salonigupta217 9 ปีที่แล้ว

    thanks!

  • @itscoolsid
    @itscoolsid 9 ปีที่แล้ว

    how can i update movie poster when i login next time? and what if i want to destroy the movie?

  • @daguchful
    @daguchful 9 ปีที่แล้ว

    How could i do this without using devise?

    • @Mkaybro
      @Mkaybro 9 ปีที่แล้ว

      +daguchful crete your own authentication from scratch, then just add a current_user method on our application controller.
      def current_user
      @current_user ||= User.find(session[:user_id]) if session[:user_id]
      end

  • @darkspl
    @darkspl 6 ปีที่แล้ว

    could you recommend basic ruby training? do I need to learn Ruby in order to learn ruby on rails? how fast Can I learn and find a job?

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

    HQ