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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:53:17+00:00 2026-05-23T17:53:17+00:00

I have ancestry for my category model. Im using slug gem. Currently i have

  • 0

I have ancestry for my category model. Im using slug gem.
Currently i have following:

class Category < ActiveRecord::Base
  slug :name
end


class CategoriesController < ApplicationController
  inherit_resources
  defaults :finder => :find_by_slug
  def show
    @category = Category.find_by_slug(params['category_id'])
    show!
  end
end

  match "categories/:category_id" => 'categories#show', :as => :category

This works fine, but i want to show parent/children path instead of /children

if my category have parent. How to reach this?

For example i have BMW category and x5 as subcategory.
I have now this links: /categories/bmw for bmw and /categories/x5 for x5. i need this link categories/bmw/x5 instead of subcategory

  • 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-23T17:53:18+00:00Added an answer on May 23, 2026 at 5:53 pm
    match "categories/:category_id" => 'categories#show', :as => :category_short
    match "categories/:category/:category_id" => 'categories#show', :as => :category_long
    
      def category_path(category)
        unless category.is_root?
          category_long_path category.parent, category
        else
          category_short_path category
        end
      end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have following model setup class Category < ActiveRecord::Base has_ancestry :cache_depth => true, :depth_cache_column
im have model Category. class Category < ActiveRecord::Base has_ancestry :cache_depth => true, :depth_cache_column =>
I have a category model. I am using ancestry gem to make it like
I have the following two models: class Message < ActiveRecord::Base belongs_to :to_user, :class_name =>
I'd like to check ancestry using two jQuery objects. They don't have IDs, and
I have been working on implementing the Ancestry gem in my rails app, I
I have a threaded Post using Ancestry. When replying to a Post from another
I have a table with a column ancestry holding a list of ancestors formatted
Have I understod the following right? font-family:sans-serif; Above will result in the default sans-serif
Have a singleton class for BNRItemStore, but when I tried to call it, 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.