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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:05:10+00:00 2026-06-14T03:05:10+00:00

I am trying to parse db-record data in to my haml-template file for filtering

  • 0

I am trying to parse db-record data in to my haml-template file for filtering purposes.(isotope jquery)

House model

def features_to_html_class
  "#{(guests + bedrooms + type + amenities).map(&:name).join(' ')}"
end

House index haml view

- @houses.each do |house|
  .item{:class => house.features_to_html_class }

I get the error message undefined method `map’. The values from the db are integers (guests/bedrooms) and strings (type / amenities)

What am I doing wrong?

  • 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-06-14T03:05:11+00:00Added an answer on June 14, 2026 at 3:05 am

    Are you getting that in the features_to_html_class? You might want to check for nil arrays. You can do that with compact easily.

    def features_to_html_class
      (guests + bedrooms + type + amenities).compact.map(&:name).join(' ')
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to parse some data in a fixed format text file where each
I have a flat file of e-mail header data that I'm trying to parse
I'm trying parse the follow XML file: <root>Root <pai>Pai_1 <filho>Pai1,Filho1</filho> <filho>Pai1,Filho2</filho> </pai> <pai>Pai_2 <filho>Pai2,Filho1</filho>
I'm trying to parse a CSV file in C#. Split on commas (,). I
I am trying to parse specific XML file which is located in sub directories
I'm trying parse an xml file and insert it into an mysql database. The
I'm trying to parse a file that looks like this: || Column Header A
Is the following format correct for XML? I am trying to parse the file
I am trying to parse XML using PHP DOM and then insert this data
I'm trying to update a record with JQuery/JSON but I'm seeing this error: An

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.