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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:22:14+00:00 2026-06-09T12:22:14+00:00

While building a Rails app, I recently encountered a situation in which I want

  • 0

While building a Rails app, I recently encountered a situation in which I want a resource to be accessible in the context of multiple other resources, and behave slightly differently depending on the context. What is the best way of handling something like this? Currently, I’m handling this by nesting the resource inside of more than one parent resource. This has been getting somewhat cumbersome however, and I want to know if there is a better way of doing this.


Example:

Say I have a UserRights model, and I want users to be able to view, create, and edit these rights in the context of either an individual user, or a whole group of users:

resources :users do
  resources :user_rights, context: :user # params[:context] = :user
end

resources :groups do
  resources :user_rights, context: :group
end

This generates the routes:

users/:user_id/user_rights/:id
groups/:group_id/user_rights/:id

Then, in the controller, I handle things slightly differently based on context.

This allows me to provide a rather nice UI on the client side where the user can view and edit all rights that a group has, or all rights that a user has. Is there a better way of doing this?

  • 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-09T12:22:15+00:00Added an answer on June 9, 2026 at 12:22 pm

    No. The more contexts you require, the more complexity it unfortunately, requires. If you add an API to your app, it can get even more complex, because often you want basic, not nested resources. The only solution I have found is to try and strike a balance by not creating the routes that will be used most, and then eliminate the rest by having those requests conform. Confusing, yes!

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

Sidebar

Related Questions

I'm building an app while following a tutorial in the book Simply Rails 2
While building a JAR file (successfully) in Netbeans 7.1.1 , I encountered this warning:
I came across with these situation while building a class diagram for a system,
I've been spending the weekend learning Backbone.js and while building a simple app an
I have done simple java app for blackberry, while building am getting following error.
I'm building a rails app that allows athletes to create and manage timesheets for
I am building a Rails application which allows a user to create an object
I have a rails app I want to run on heroku to test. I
I want to create a rails app using Test-Driven Development (TDD), so i wrote
We are building a mobile app with a rails CMS to manage it. What

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.