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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:44:30+00:00 2026-05-26T00:44:30+00:00

I have a helper method to help to determine whether or not a navigation

  • 0

I have a helper method to help to determine whether or not a navigation menu item should be active/inactive.

  def events_nav_link
    nav_item = 'Events'

    if current_page?(events_path) # additional conditions here
      # do nothing
    else
      nav_item = link_to nav_item, events_path
    end

    content_tag(:li, nav_item + vertical_divider, :class => 'first')
  end

I want this link to be inactive not only for the events_path page, but for other pages as well. Problem is that I don’t know what param to pass the current_page?(path) method based on this route:

map.list_events ‘/events/:league/:year/:month/:day’, :controller => ‘events’, :action => ‘list’

This route generates a path such as /pow or /chow/2011/09/25. Leagues can be pow, chow or wow.

  • 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-26T00:44:31+00:00Added an answer on May 26, 2026 at 12:44 am

    I like unobtrusive JS approach with add/remove classes and unwrap() deactivated links, but it requries specific rules.

    The Rails way is to use link_to_unless_current built-in helper to highlight and unlink on current page href.

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

Sidebar

Related Questions

I have following helper method: def orders_chart_series(orders, start_time) orders_by_day = orders.where(:created_at => start_time.to_date..Date.today). group(date(created_at)).
I have an object obj that is passed into a helper method. public static
I have an MVC view with a form built with the Ajax.BeginForm() helper method,
I have test method in helpers/application_helper.rb file: def test concat(Hello world) end Then, in
I have Html helper method, creating a check box along with some text, I
I have setup a helper method within the application controller ie. class ApplicationController <
Hope someone can help, I'm not a programmer, but have been interested in exploring
I have a base class for many tests that has some helper methods they
I have a few 'helper' style extension methods I use quite regularly now (they
I have a helper class that is just a bunch of static methods and

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.