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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:00:54+00:00 2026-06-10T00:00:54+00:00

A typical Rails route like: resource :customer Sets up routes for index, show, etc.

  • 0

A typical Rails route like:

 resource :customer

Sets up routes for index, show, etc.

To access all the customers, I can use the route

/customers

To access a single customer, I use:

/customers/1

Whats the most concise, RESTful way to create a route and controller action that would allow a user to view a set of customers, i.e. something like

/customers/[1,2,3,4,5]

Updated with rationale

The use case:

  • This action will be called via Javascript to provide details on selected users. If a user selects 3 customers through the interface, I would like one request to pull info for all 3, instead of having to make 3 separate requests
  • 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-10T00:00:55+00:00Added an answer on June 10, 2026 at 12:00 am

    You could just keep your routes simple: resources :customers.

    The list of ids would be considered as the :id by the routes, and you would get [1, 2, 3, 4] in params[:id].

    Then in your controller, in a before_filter for example, you can check if the id matches a certain regexp (like… /\[(\d,)*\d\]/), and if it’s the case you can extract the ids.

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

Sidebar

Related Questions

In a typical User - Post - Comment model in Rails, every user can
Simple enough. When were making a typical restful rails app we would keep all
A typical rails controller might do something like this: class FoosController < ApplicationController def
Typical jQuery over-use: $('button').click(function() { alert('Button clicked: ' + $(this).attr('id')); }); Which can be
The typical Python threadpool will have a structure like this one: def run(self): while
I am new to rails and read this guide to get all the info
I am switching to PostgreSQL from SQLite for a typical Rails application. The problem
I'm currently using RESTful Authentication plug-in on my rails application. There is a typical
Typical scenario: SomeModule.find(:all, :conditions [xyz = ?, some_var] SomeModule.find(:first, :conditions [xyz = ?, some_var]
I have a typical CRUD app, I would like to add a link next

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.