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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:00:03+00:00 2026-05-30T13:00:03+00:00

The intended URL is versions/compare/id1/id2 Obviously, this doesn’t work, but shows the intention <%=

  • 0

The intended URL is

"versions/compare/id1/id2"

Obviously, this doesn’t work, but shows the intention

<%= form_tag("/versions/compare/", :method => "get") do %>
  <% versions.each do |v| %>
    <% v.id == @version.id ? current_class = " current" : "" %>
    <li class="version-list <%= current_class %>">
       <%= check_box_tag(:compare_version, v.id) %>
       <%= link_to v.user.name, version_path(v) %>, 
    </li>
  <% end  %>
  <%= submit_tag("Compare") %>
<% end #form tag
 %>

The code above produces http://localhost:3000/versions/compare/?utf8=%E2%9C%93&compare_version=13&compare_version=12&commit=Compare

Is there a way to modify the form (+ JS?) so that it gets the desired URL?

"versions/compare/id1/id2"
  • 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-30T13:00:05+00:00Added an answer on May 30, 2026 at 1:00 pm

    you need to understand how form_tag work, it can not change the url after rendering the document.

    If you want to change the url, use jquery to change it.

    Or, just submit the form into some other url like

    <%= form_tag("/comparing_version")
    

    and then, in the controller, after processing everything, you redirect user to

    “versions/compare/id1/id2”

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

Sidebar

Related Questions

I'm having issues with this modrewrite rule I'm applying. It works as intended, but
I'm wondering what route I should take to make this code work as intended.
I intended for this function to call my MVC action method that returns a
Is this an intended behavior or is it a bug? Consider the following trait
My application is intended to work almost entirely through a Windows 7 taskbar item
As(no pun intended) you can see in this screenshot the AS statement is not
This post is intended to be less of a question and more a confirmation
I thought I had this figured out, but I'm running into an issue. I'm
many doctype use a url link like this <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN
This seems like a noob question, but the simple answer is eluding me. I

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.