gshaw / TZip

Simplifies defining time zones in Rails apps with ZIP codes.

Home Page:https://github.com/farski/TZip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TZip

TZip makes it a little bit easier to set TimeZones in a rails app, since it can figure out the appropriate identifier from a ZIP code.

Install & Implement

$ gem install tzip

# Gemfile
gem 'tzip'

Usage

# Set the default time zone for a Rails app
# Rails configuration file (config/application.rb or config/environments/development.rb, etc)
config.time_zone = ActiveSupport::TimeZone.find_by_zipcode('90210')

About

Simplifies defining time zones in Rails apps with ZIP codes.

https://github.com/farski/TZip


Languages

Language:Ruby 100.0%