You have not shown us the log.
Colin
MONGODB database['users'].find({:_id=>BSON::ObjectId('4e97324912959c3296067674576500225')}) Rendered users/index.csv.rcsv (103390.8ms) Completed 200 OK in 104969ms (Views: 103402.9ms)
--
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 rubyonra...@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Please don't top post, it makes it difficult to follow the thread,
insert your reply at the appropriate points in the previous message.
Thanks.
You said that the application died, what makes you say that it died?
Have you tried using ruby-debug to break into your code and inspect
the data to see where it is going wrong? See the Rails Guide on
debugging to find how to do that.
Colin