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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:30:09+00:00 2026-05-25T03:30:09+00:00

Im working with Rails 3.0.9 and Ruby 1.9.2. I have a search page that

  • 0

Im working with Rails 3.0.9 and Ruby 1.9.2.

I have a search page that will display a list of results in grid format. However, I want to be able to give the user an option to display them in list format.

Could anyone please advise me about how I can offer a change view option,and still keep the search results?

  • 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-25T03:30:10+00:00Added an answer on May 25, 2026 at 3:30 am

    As you have not specified where query is stored,

    I will hope that in url, like example.com/search?query=mylookupstring

    So in this case all we need is to place somewhere on a page, link_to search path and pass your query + some parameter back to controller to prepare new view

     <%= link_to "List", search_some_thing_path(:query=>params[:query],:list=>true) %>
    

    nice & easy

    Post your details if i show bad skills with telepathy today.

    UPDATE:

    Pay attention to params & url. Yours & my example. You shouldn’t just copy

    as your controller expects params[:search] not params[:query]

    So fix error in you link_to & move_on!

    PS Great tip to find out how rails really work is to use debugger.

    You may attach it in view

    <% debugger %> or in model/controller simply debugger

    Don’t forget to include debug gems in your Gemfile, smth like

    group :development, :test do
      gem 'ruby-debug19'
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello Ruby/Rails/Merb developers! Im currently working on a web project that will have a
I have a Ruby on Rails app that I'm working on and I'm having
I am a newbie to Ruby on Rails . I have started working on
I have the simple following code, which is working in a ruby (not rails)
We're working on a Ruby on Rails app that needs to take advantage of
I'm working with Ruby on rails 2.3.4 and I'd like to have a link
I want to have 2 Ruby on Rails applications on a domain. The first
I have the following very ugly ruby code in a rails app I'm working
I'm working on a Ruby on Rails project where I have a post model
I have the paperclip working in my app. So, I want to list only

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.