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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:13:40+00:00 2026-05-24T22:13:40+00:00

I belive my question is rather simple but somehow I’m not reaching any success.

  • 0

I belive my question is rather simple but somehow I’m not reaching any success.

Let’s say I have a model test and a form_for (@test), to create a new one.

In my controller create method, I have @test = Test.new(params[:test]). But what if I want to get in this params just the name of the test or something like that?

Ex:

 @test_name = params[???]

 @test = Test.new(params[:test])

And in my view:

<%= form_for(@test) do |t| %>
...
  <div class="field">
    <%= t.label :name %><br />
    <%= t.text_field :name %>
  </div>
  <div class="field">
    <%= t.label :field %><br />
    <%= t.text_area :field %>
  </div>
...
<% end %>

How can I do this?

Thanks for the future help.

  • 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-24T22:13:41+00:00Added an answer on May 24, 2026 at 10:13 pm

    You can access it directly like:

    @test_name = params[:test][:name]
    

    You can also do:

    @test = Test.new(params[:test])
    @test_name = @test.name
    

    I am curious as to why you are assigning the name to an instance variable though.

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

Sidebar

Related Questions

I believe my question this time is simple. Let say I have a webpage,
The question title is rather vague, but here's my situation. I have roughly 700+
I believe this question applies to any of the For Html helpers, but my
I believe this is a fairly simple question but it is something I am
(I'm using rspec in RoR, but I believe this question is relevant to any
I can't think of a good title, but my question is not as naive
This may be a simple question but I can't seem to get my head
This seems a ridiculously simple question to be asking, but what's the shortest/most idiomatic
I have a very simple question I believe. I have a footer.php that I
Let's say I have two tables employee and salary with a 1:N relationship (one

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.