MONGODB 
database['users'].find({:_id=>BSON::ObjectId('4e97324912959c3296067674576500225')})
Rendered users/index.csv.rcsv (103390.8ms)
Completed 200 OK in 104969ms (Views: 103402.9ms)


On Tue, Nov 22, 2011 at 3:19 PM, Colin Law <clan...@googlemail.com> wrote:

> On 22 November 2011 09:29, Rajeev Kannav Sharma
> <rajeevsharm...@gmail.com> wrote:
> >
> > Hi i have a Query like this to Download details as CSV and using MongoDb,
> > Mongoid
> > users.all.each do |user|
> >   csv << [user.id.to_s,
> >           user.profile.id,
> >           user.profile.status,
> >           user.profile.username,
> >           render_time(user.created_at),
> >           render_time(user.updated_at),
> >           render_time(user.checked_out_at),
> >           render_time(user.checked_in_at),
> >           user.result,
> >           user.state,
> >           user.language,
> >           user.content,
> >           user.score.to_s,
> >           users_url(user)]
> > end
> >
> > But For instance, this is the tail of my local log when I export to csv
> > 20000 users It Dies and i got a Empty csv file ,,
> > Is there any recommended ways/suggestion to resolve this issue ?
>
> You have not shown us the log.
>
> Colin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>


-- 
Rajeev Kannav 
Sharma<http://www.google.com/search?q=Rajeev+Kannav+Sharma&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to