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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:51:10+00:00 2026-05-28T00:51:10+00:00

I have a Rails form that allows users to update the values of a

  • 0

I have a Rails form that allows users to update the values of a payment record they previously created.

Everything is working as anticipated, except that the select fields are not saving the appropriate value when the form is submitted. I think this is because the helper that creates those fields isn’t referencing the payment object, but I can’t figure out the format I would use to do that.

Here’s sample code:

<%= form_for @payment do |f| %>

  # Works
  <%= f.label :amount %>
  $ <%= f.text_field :amount, :size => 7 %>

  # Doesn't work
  <%= f.label :responsibility %>
  <%= select :payment, :responsibility, @resp_options, {:include_blank => true} %>

  <%= f.submit "Edit this payment" %>
<% end %>
  • 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-28T00:51:11+00:00Added an answer on May 28, 2026 at 12:51 am

    your select statement should looks like this:

    f.select :responsibility, @resp_options, {:include_blank => true}

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

Sidebar

Related Questions

UPDATE 6/21/12 I have a form in rails that is working similar to an
I have a rails app I am working on that allows users to create
I have a (rails 3) application that allows users to query for books. I
I have a rails model that validates uniqueness of 2 form values. If these
I have started using jQuery and rails. I have made a simple form that
We have the following code working for a complex rails form with checkboxes. I'm
I have made a simple Rails application that allows people to comment on posts.
I have developed a back-end in Rails 3.2 that allows admins to perform CRUD
I have a Rails view (recipes/new) which allows users to enter a new recipe.
I have a dynamic form that I've written in rails. I want to be

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.