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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:05:17+00:00 2026-06-18T15:05:17+00:00

All, I’m trying to use the Bootstrap Navbar user choice to control the filtering

  • 0

All, I’m trying to use the Bootstrap Navbar user choice to control the filtering of posts shown to the user.

The model includes an ‘expired’ field which is a date-time type.

Three choices are: All (no filtering), Open (show only open issues) and Closed (show closed).
Is there a way to do this without defining three different index.html.erb variants (DRY problem). The filter should show only closed issues if @post.expired < Time.now .. etc.

Stated alternately – can controller ‘know’ what the user chose, although Navbar, as i am using it, is simply a fancy navigation toolbar?

Thanks for any advice.

  • 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-18T15:05:20+00:00Added an answer on June 18, 2026 at 3:05 pm

    Typically this is done by including a parameter in the request, and looking for that parameter in the controller. The bootstrap navbar uses regular anchor links so you should be able to add parameters easily to them (modified example from the doc):

    <div class="navbar">
      <div class="navbar-inner">
        <a class="brand" href="/some_url">List</a>
        <ul class="nav">
          <li><a href="/some_url">All</a></li>
          <li><a href="/some_url?filter=open">Open</a></li>
          <li><a href="/some_url?filter=closed">Closed</a></li>
        </ul>
      </div>
    </div>
    

    You can read the filter parameter in the controller by accessing the value of params[:filter].

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

Sidebar

Related Questions

All- I am trying to get the user's current location than display that on
all. We're trying to get some intersect collisions working, but the problem experience is
I am trying to understand how to use SyndicationItem to display feed which is
All of my bootstrap code is working except the modal. The Modal shows, but
All, this question may be broad; very broad. I've been trying to answer this
All my applications use field level optimistic concurrency. This works by keeping track of
All, I'm writing an extensive iPad application with a Core Data based data model.
all. I'm a very, very new programmer. My language of choice at the moment
all creating a cakephp(using 2.1.2) page. we prompt the user to enter how many
All I'm trying to do is something fairly simple : Create a class (let's

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.