aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
Commit message (Expand)AuthorAgeFilesLines
* Add support for localized date referencesColin Bartlett2013-12-031-0/+10
* Remove AS::TZ.lookup(name).thedarkone2013-08-071-5/+1
* Unify AS::TZ's lazy init maps.thedarkone2013-08-071-9/+5
* Use TS::Cache instead plain Hash in TimeZone.thedarkone2013-08-071-5/+7
* Add Chatham Islands Time (UTC+1245) support.Hiro Asari2013-04-121-1/+2
* Fixed timezone mapping of Ulaanbaatar.Zolzaya2013-03-271-1/+1
* Remove manual "return true" from AS::TZ match methodCarlos Antonio da Silva2013-03-121-1/+1
* included "Montevideo" in list of time zone aliases (closes Issue #9628)Gernot2013-03-091-0/+1
* Update to latest Unicode data.Norman Clarke2013-02-101-0/+0
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* Only take the date parts from Time.zone.nowAndrew White2012-12-011-3/+3
* Make `Time.zone.parse` to work with JavaScript date stringsAndrew White2012-12-011-11/+16
* Fixed timezone mapping of Solomon Islands.Steve Klabnik2012-11-011-1/+1
* update AS/values and AS/xml_mini docs [ci skip]Francesco Rodriguez2012-09-141-36/+51
* Remove rescue clause from ActiveSupport::TimeZone#to_fAndrew White2012-07-011-2/+1
* Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-masterAaron Patterson2012-05-151-0/+5
|\
| * [#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...Jarkko Laine2012-03-241-0/+5
* | removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-5/+5
* | more edits [ci skip]Vijay Dev2012-05-011-1/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-011-0/+1
|\ \
| * | Add documention for utc_offset methodRob Zolkos2012-05-011-0/+1
| |/
* / Correcting some confusion. Pago Pago is part of American Samoa, not Samoa. Fu...Dave Gerton2012-04-131-2/+4
|/
* use empty? on the hash to avoid another method callAaron Patterson2012-03-161-1/+1
* removed unnecessary calls to "freeze"Aaron Patterson2012-03-161-2/+1
* make stubbing Time.now easierAaron Patterson2012-03-161-1/+7
* Clean up module docs [ci skip]Vijay Dev2012-03-071-21/+21
* Update Unicode database to recently-released 6.1.Norman Clarke2012-02-031-0/+0
* Update to Unicode 6.0Norman Clarke2012-01-051-0/+0
* Make sure require_tzinfo only calls Kernel#require if TZInfo isn't already pr...Tim Lucas2011-09-071-1/+1
* Fix tzinfo require (it broke test_raises_when_an_invalid_timezone_is_defined_...Jon Leighton2011-08-161-6/+13
* Be more lazy about creating time zone objects. Decreases startup time by abou...Jon Leighton2011-08-161-2/+13
* remove require active_support/tzinfo as file dosent exists #TODO fixVishnu Atrai2011-05-221-3/+1
* Fixed many references to the old config/environment.rb and Rails::InitializerBenjamin Quorning2010-07-131-3/+3
* Removes the dependency that AMo has on tzinfoSantiago Pastorino2010-07-031-6/+6
* Update Unicode database to 5.2.0. [#5011 state:resolved]Norman Clarke2010-06-301-0/+0
* Don't store incorrect values in zones_mapSantiago Pastorino2010-06-281-1/+5
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-148/+146
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Unforce tzinfo from ASSantiago Pastorino2010-06-011-1/+7
* Use multibyte proxy class on 1.9, refactor Unicode.Norman Clarke2010-05-211-0/+0
* TimeZones lazy loadSantiago Pastorino2010-04-201-24/+9
* Switch to TimezoneProxy for later support of deferred TZ loadingJeremy Kemper2010-04-201-3/+1
* utc_offset returns nil for unknown zonesSantiago Pastorino2010-04-141-2/+3
* delegate unknown timezones to TZInfoSantiago Pastorino2010-04-021-5/+12
* utc_offset is no longer required on TimeZone and if it's not supplied we dele...Santiago Pastorino2010-04-021-61/+18
* Don't cache the utc_offset we are already caching the timezone [#4301 state:c...Santiago Pastorino2010-03-301-2/+5
* Ensure to reference the proper TZInfo namespace [#4268 state:resolved].José Valim2010-03-261-2/+2
* Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Arg...Geoff Buesing2010-01-261-3/+3
* Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset wh...Prem Sichanugrist2010-01-191-3/+4