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

  • SEARCH
  • Home
  • 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 8284079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T10:58:02+00:00 2026-06-08T10:58:02+00:00

I have a class in Model which has a hash defined. {:manager => 1,

  • 0

I have a class in Model which has a hash defined.

{:"manager" => 1, :"staff" => 2}.freeze

in my form partial.

  <li class="field">
    <%= f.label :position_type %><br />
    <%= f.select :position_type, @person.position_types, {:include_blank => true} %>
  </li>

So, when I press submit button in the show.html.erb I could see only the values of the selected values but not keys which is what I intended to have.

Q: How can I tweak it so that it will show the key rather than values. I know it has much to do with select tag rather than hash.

PS:

  1. I already used array and its doing what I want.

  2. hash.invert which does show the keys in the show.html.erb but not in new/edit.html.erb and it being that way is not of that much help as user who tries to fill the form cannot memorise the keys => values to arrive on the keys as output.

I am just curious about how does the select in Rails takes the HTML name and value attirb. I am assuming that since hash already has value for each associated key, rails implicitly takes the key's value as HTML value attrib when form is submitted.

  • 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-08T10:58:03+00:00Added an answer on June 8, 2026 at 10:58 am

    According to the documentation http://api.rubyonrails.org/classes/ActionView/Helpers/FormOptionsHelper.html
    the names and ids have to be in a nested array. To create that from your map you can use:

    @person.position_types.map{|k,v| [k.to_s,v]}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Model which has some constants defined, like below: class Order(models.Model): WAITING
I have a model which has a field status definde as: class Model(models.Model): ...
I have a model class which has a comma separated integer field which maps
In an Mvc3 project I have a model class which has a field name
I have a model which has a certain behaviour implemented. class X { ....
i have a class User which extends Ebean Model. And i defined a dbfile
I have an Address Model which has a ForeignKey to a Contact Model: class
I have a Entry model which has a Pushes field and I want each
I have a model which has a template field. This template is HTML and
I have db.Model which has several properties as described below: class Doc(db.Model): docTitle =

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.