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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:41:33+00:00 2026-06-03T20:41:33+00:00

If I take a number Object like so : @objects = Object.all[1..5] I no

  • 0

If I take a number Object like so :

@objects = Object.all[1..5]

I no longer can perform a where method on @object.

Is there anyway, I can still perform..

@objects.where(:attribute => identity)

So long as I know all the objects are of the same class?

  • 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-03T20:41:34+00:00Added an answer on June 3, 2026 at 8:41 pm

    Once you triggered all an Array instance is returned, so answer to your question is no. There are some gotchas, though:

    1. Keep a scope variable. I.e. if you need to use a scoped object in multiple places, do the following:

      objects = Object.scoped
      
      all_objects     = objects.all
      special_objects = objects.where(attribute: something_special).all
      
    2. Continue playing with scoping:

      objects = Object.skip(1).take(5)
      
      all_objects     = objects.all
      special_objects = objects.where(attribute: something_special).all
      
    3. Hacky and inefficient way:

      all_objects     = Object.all[1..5]
      special_objects = object.select { |object| object.attribute == something_special }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to take any number, from say, 1 to 40000 and
I wrote a number crunching python code. The calculations involved can take hours. Is
I would like to take advantage of all the goodness of the newer Vector
Is it possible to write a macro which can take in a variable number
I used android:inputType = phone to take phone number as input, but if i
I want to take any real number, and return the closest number, with the
I have numerous functions (unknown at design time) that each take a specific number
i want to find factorial a number which i take memory first.(intel 8085) edit:
I'm trying to make a PHP script that will take a potentially infinite number
I saw this algorithm that will take numbers or words and find all possible

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.