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

The Archive Base Latest Questions

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

This is probably simple, but I have spent way too much time trying to

  • 0

This is probably simple, but I have spent way too much time trying to figure it out, and am sure someone here will know, so here goes. Please be patient.

Bottom line is that I’ve got some data that I can’t figure out how to loop over.

#Get the data from mongomapper map_reduce
@urls = DistinctUrls.build.find()

puts @urls.count
3
puts @urls.to_json
[{"_id":"http://msn.com","value":3.0},{"_id":"http://yahoo.com","value":12.0},{"_id":"http://google.com","value":2.0}]

@urls.each do |entry|
   puts "Here I am"  # Never gets printed, not sure why.
   puts "url" +  entry['_id'] 
end

What I don’t understand is that if I have a count of 3, why it won’t enter the loop?

I’m not sure if the mongomapper or map_reduce details matter. I’m putting them here just in case. If it makes sense, I can add the details of the map/reduce if needed.
Thanks for your help.

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

    First you wrote @urls then @url. I think only one of them is correct.

    Update: As the documentation says you can iterate over the cursor with each but after the full iteration it will be closed. Maybe this is your case that you’ve already iterated over it once. Probably the to_json did it.

    You can check whether the cursor is closed or not with the following statement:

    @urls.closed?
    

    Check this before the iterating part.

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

Sidebar

Related Questions

this is probably too simple of a question, but here I go. I have
This is probably a simple question but I can't seem to figure out how
This is probably a simple answer but I can't find it. I have a
This is probably a simple question, but i have been unable to find a
This probably has a simple answer, but I must not have had enough coffee
There is probably is simple fix for this but I currently have code similar
I know this probably really simple but Im not sure what im doing wrong...
I'm not quite sure what this is called, but I've spent some time thinking
This is probably pretty simple but I'm not quite sure how to implement it.
This is probably an simple problem but would someone nice be able to give

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.