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 5966377
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T19:47:30+00:00 2026-05-22T19:47:30+00:00

I have an each statement in a view: <tr><% @quantity.each do |hash| %> <td><%=

  • 0

I have an each statement in a view:

<tr><% @quantity.each do |hash| %>
<td><%= hash.map { |key, value| "Channel: #{key} Quantity: #{value} units" } %>
</td><% end %></tr>

which is rendering on the webpage with square brackets and inverted commas, thus:

[“Channel: 1 Quantity: 4675 units”]

[“Channel: 2 Quantity: 2864 units”]

The array of hashes that it’s looping round is this:

[{2=>2864}, {1=>4675}]

How do I stop the [” from showing up on the page?

Thanks!

  • 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-22T19:47:31+00:00Added an answer on May 22, 2026 at 7:47 pm

    map maps a hash into an array. The output is what it should be. Instead of using map, try:

    @quantity.each do |hash|
        hash.inspect
    end
    

    Should help.

    Edit in response to your comment:

    @quantity.each do |hash|
        hash.each do |key, value|
            "Key: #{key} Value: #{value}"
        end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have two images with transparent sections that each have a map and separately
I have an existing database with tables which each have 4 partitions (there are
I have a partial view that has a number of Div's, each are set
I have set up several Views each containing a UIPickerView each of which contains
My Application have 5 activities(A1,A2,A3,A4,A5). Each activity have one text view and one button(B1,B2,B3,B4,B5).
I have created a table view that pulls its cells from an array. Each
My models already have a defaults hash. When parts of the view/page are reset,
I have created a VIEW using the CREATE OR REPLACE VIEW statement at the
I have a table that contains my node data in a tree view. Each
In my iPhone app, I have a view with two separate bar plots. Each

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.