Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7048521
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:54:07+00:00 2026-05-28T02:54:07+00:00

I have a star ratings feature. And pretty much, I would like it to

  • 0

I have a star ratings feature. And pretty much, I would like it to display a particular image depending on the number.

Here’s some pseduo code I would like to do in my review.rb model

def show_stars
  if rating = 1
    display 1star.png
  elsif rating = 2
    display 2star.png
  elsif rating = 3
    display 3star.png
  elsif rating = 4
    display 4star.png
  elsif rating = 5
    display 5star.png
end

How would I make this code work? And also, how would I make it display right in a view file?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:54:07+00:00Added an answer on May 28, 2026 at 2:54 am

    This should really go into a view helper.

    def show_stars(review)
      image_tag "#{review.rating}star.png"
    end
    

    Then in your view:

    <%= show_stars @review %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this sample string where I would like to replace the star with
I have a problem that annoys me pretty much. I'm grabbing some content from
I have to generate something like star rating and I have to generate some
I'm implementing a netflix-like 5 star review ratings. The goal is to have a
I need to calculate 5-star ratings like the one on Amazon website. I have
I have a section like $myresult .= '<tbody>'; /*start printing the table wth feature
I have built a jQuery 5 star rating system, ratings are inserted/stored in database
I'm using a jquery star rating plugin. Before I would just have a EditorFor
I have a feature file like this Feature: search for movies by director As
my goal is to create a star field like in android they have a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.