Subject: array sort_by with nil elements
From: Josselin <josselin wanadoo.fr>
Date: Thu, 19 Jul 2007 16:00:07 +0900
I am using the sort_by command
@buddies = @user.buddies.compact.sort_by {|item| item.send @criteria}
problem arise when one criteria like the user.name is nil the sort
crash.... anyway to avoid it
thanks a lot for your lights
joss