This post originated from an RSS feed registered with Ruby Buzz
by Matthew Bass.
Original Post: Time warping gem goodness
Feed Title: Pelargir
Feed URL: http://feeds.feedburner.com/pelargir/
Feed Description: Musings on software and life from Matthew Bass. Regular posts on new web products, tips and tricks, etc.
The time zone warp code I posted about last week is now a gem:
sudo gem install time-zone-warp
To configure in your Rails app, add this line to the bottom of test.rb:
config.gem 'time-zone-warp', :lib => 'time_zone_warp'
You can also fork the code from the project on GitHub.