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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:23:14+00:00 2026-05-11T09:23:14+00:00

In reference to this I’ve created a question in a webform like this: <div

  • 0

In reference to this

I’ve created a question in a webform like this:

<div class='form_row'>         <label for='features[]'>Features:</label>         <% [ 'scenarios', 'role_profiles', 'private_messages', 'polls' ].each do |feature| %>           <br><%= check_box_tag 'features[]', feature,                   (params[:features] || {}).include?(feature) %>         <% end %> </div> 

So if scenarios and private_messages gets checked and I print out params[:features] I will get: scenariosprivate_messages

I was wondering how would I be able to obtain scenarios and private_messages separately from params. Is the mapping params[:features] = 'scenariosprivate_messages' or is it really params[features] = ['scenarios', 'private_messages'] ? If it’s the latter how can I loop through them?

I write in my view:

<%= params[:features].each {|param|     param.capitalize } %> 

and I still just get scenariosprivate_messages printed.

  • 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. 2026-05-11T09:23:15+00:00Added an answer on May 11, 2026 at 9:23 am

    Try this instead:

    <% params[:features].each do |param| %>   <%= param.capitalize %> <% end %> 

    The problem with your original solution is that you’re printing out the result of the block, which is the array itself, rather than printing out each element of the array.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 326k
  • Answers 326k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Found this on http://www.php.net/manual/en/function.uniqid.php#95001 Makes sense to me. Comment if… May 14, 2026 at 1:44 am
  • Editorial Team
    Editorial Team added an answer Have you tried using an std::deque? Unlike a std::vector, which… May 14, 2026 at 1:44 am
  • Editorial Team
    Editorial Team added an answer Unfortunately, for standard DLLs in Windows, there isn't a standard… May 14, 2026 at 1:44 am

Related Questions

In reference to this I've created a question in a webform like this: <div
Hopefully this will be the last question I need to ask about this..lol.. I
I have done some searches looking for information about how to do logging with
According to this http://perldoc.perl.org/UNIVERSAL.html I shouldn't use UNIVERSAL::isa() and should instead use $obj->isa() or
In reference to this question: Which is prefered CTabCtrl vs CPropertySheet I have a

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.