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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:31:11+00:00 2026-06-18T05:31:11+00:00

My view: <div class = btn btn-link> <%= link_to ‘Generate Rating Set’, { :controller

  • 0

My view:

<div class = "btn btn-link">
  <%= link_to 'Generate Rating Set', {
    :controller => "co_view_rating", 
    :action => "generate_rating_set_co_view" } %>
</div>

This links to a action in my controller which creates a new record. How can I pass a variable via this method in my view to the action in my controller. The variable would be user input via a text field.

  • 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-18T05:31:13+00:00Added an answer on June 18, 2026 at 5:31 am

    You should send your variable through a form with the POST method.

    <%= form_tag('/co_view_rating/generate_rating_set_co_view') do %>
        <%= text_field_tag 'my_variable' %>
        <div class="btn btn-link">
            <%= submit_tag "Generate Rating Set" %>
        </div>
    <% end %>
    

    And in your controller action :

    def generate_rating_set_co_view
        my_variable = params[:my_variable]
    end
    

    you can find more documentation on form_tags and input types here : http://api.rubyonrails.org/classes/ActionView/Helpers/FormTagHelper.html

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

Sidebar

Related Questions

This is My View: @foreach(var action in Model.Category.Actions) { <div class=action style=margin-right: 30px;> <input
When I switch this: <div class=zoom> <a href=javascript:zoomImage(); class=btn-zoom>view larger image</a> </div> to this:
I have the following code in a view: <div class=wrap_select> @Html.DropDownList(dateRange, new SelectList(Model.DateRange, Value,Text),
I have a html view which contains a div with class overlay and a
My View: <div class=field> <%= label :isbn_exist, 'ISBN' %> <%= text_field :isbn_exist,'ISBN' %> </div>
I have a view as <div class=main_content> <div class=form_container> <h1> Save Build Document Revision</h1>
I am trying to use the link_to feature to link one view to another.
How to render partial view in some specific div without using ajax in asp.net
When you view a long thread in gmail a div appears at the bottom
Okay so I have a web view that holds the chat bar div from

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.