On Aug 22, 2007, at 3:10 PM, Ball, Donald A Jr (Library) wrote: > Hi guys. I'm in the process of migrating a ruby app from 1.8.5 to > 1.8.6 > and noticed that the Time class seems to have changed. It used to > have a > convenient to_date method, but is now lacking it, and I've had little > luck trying to find the release notes indicating why this changed. I don't ever remember such a method in Ruby. Rails adds a to_date() method to Time though. Could that be what you are thinking of? James Edward Gray II