Hi Gang, This weekend I was able to push out one of the small utility projects I've been working on as an Open Source (Apache 2 license) gem, released via WestfieldLabs (where I work).
See https://github.com/westfieldlabs/datetime_helper It provides a collection of useful utilities for projects that have to deal with dates, times, and time zones, with particular utility for Rails projects that enforce the use of Zulu Time. Features 1. A base method called is_zulu_time?, 2. An rspec matcher called be_zulu_time, 3. An ActiveModel validator called zulu_time, and 4. An ActiveModel::Serializer helper method called in_zulu_time. Each feature can be required individually so you can use the rspec matcher, ActiveModel validator, or ActiveModel::Serializer helper in isolation. I hope you find some use for it :-) Cheers Dave -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rails-oceania. For more options, visit https://groups.google.com/d/optout.
