I am upgrading a Rails 1.2.6 app to Rails 2.1.0 that had used tzinfo gem to manage time zones. Time zone support is built into Rails 2.1.0 and is based on the tzinfo gem. However, it is slightly different (I do not know how slightly) and causes a time based test to fail that passes in Rails 2.0.2 (since it did not have Time Zone support, it uses the tzinfo gem and the test works). If there is an easy way around this problem then that would be excellent. In lieu of that, is there a way that I can coax rails to load the tzinfo gem (freeze it into the vendor directory?) ahead of its built-in timezone support? I might just go with it to production until I figure out an upgrade plan. Thanks in advance for your time. Bharat -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---