Order

I have a list of user's email addresses that I am alphabetically ordering. The issue is that the first 75 or so email addresses are in order and then the order starts over again. Is that normal and is there a way not to get my find to do that, to get it to order all the addresses? Thanks,

-S

Wild guess, but perhaps you're not doing a case-insensitive sort? In which case you'll get A through Z, then a through z again.

Jeff

REST with Rails Oct 4, 2008, Austin Tx http://www.purpleworkshops.com/workshops/rest-and-web-services