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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:20:39+00:00 2026-06-03T18:20:39+00:00

From this input: {‘hearing’ => 1} I need to generate this query Score.joins(:target_disability).where{ (target_disabilities.name

  • 0

From this input: {‘hearing’ => 1} I need to generate this query

Score.joins(:target_disability).where{ (target_disabilities.name == 'hearing') & (round(total_score) >= 1) }

From this input is {‘hearing’ => 1, ‘mobility’ => 2}, I need to generate this:

Score.joins(:target_disability).where{ (target_disabilities.name == 'hearing') & (round(total_score) >= 1) | (target_disabilities.name == 'mobility') & (round(total_score) >= 2) }

And so on…

How can this be generalized? Because my input sometimes has 3 or 4 keys… sometime 1…

  • 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-03T18:20:40+00:00Added an answer on June 3, 2026 at 6:20 pm

    Assuming your hash is in my_params:

    @scores = Score.joins(:target_disability).where do
        my_params.map{|k,v| (target_disabilities.name==k) & (round(total_score)>=v) }.inject(:|)
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need a function like string ToLiteral(string input) from this post . Such that
From this code. <form method=get> <div align=center><textarea name=post ></textarea></div> <div align=center><input type=submit value=Submit></div> </form>
This follows on from this question: Algorithm to generate spanning set Given this input:
I am parsing data from this XML url The text input varies, depending on
I have this form which allows the input of any product quantity from 1-10:
I'm trying to get this C++ code to input a series of numbers from
I want to do this: if (user from other website, like google, or input
I've got a bash script that reads input from a file like this: while
Follows on from this question Algorithm to generate (not quite) spanning set in Python
I've used answer from this question: Django: making raw SQL query, passing multiple/repeated params?

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.