aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
Commit message (Expand)AuthorAgeFilesLines
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-0/+7
* Privatize and add # :nodoc: to constantsAlberto Almagro2018-10-281-2/+3
* Turn on performance based copsDillon Welch2018-07-231-2/+2
* Allow Time.zone.at to receive a second argumentJosh Pencheon2018-05-301-2/+7
* Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-181-1/+2
* Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-201-0/+0
* Return all mappings for a timezone id in `country_zones`Andrew White2018-02-191-2/+5
* Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-271-1/+1
* Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)Chris LaRose2017-11-221-3/+9
* Merge pull request #31128 from rails/handle-ambigious-timesAndrew White2017-11-151-1/+1
|\
| * Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-151-1/+1
* | Merge pull request #29776 from mrj/fix-idlw-timezoneMatthew Draper2017-11-151-1/+1
|\ \ | |/ |/|
| * Change the "International Date Line West" TZInfo timezone from "Pacific/Midwa...Mark James2017-07-131-1/+1
* | [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
|/
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-091-0/+1
|\
| * Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* | Merge pull request #28668 from Dorian/mention-time-parse-argument-errorAaron Patterson2017-07-051-1/+3
|\ \ | |/ |/|
| * Mention and test for possible ArgumentError when parsing timesDorian Marié2017-04-081-1/+3
* | [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* | There are actually only 134 unique timezones.Chris Dosé2017-04-161-1/+1
* | Add Puerto Rico support to ActiveSupport::TimeZoneChris Dosé2017-04-161-0/+1
|/
* Return unmapped timezones from `country_zones`Andrew White2017-03-281-5/+12
* Add `ActiveSupport::TimeZone.rfc3339` parsing methodAndrew White2017-03-031-0/+30
* Add `ActiveSupport::TimeZone.iso8601` parsing methodAndrew White2017-03-031-0/+35
* Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-281-0/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)denisovlev2016-10-211-11/+15
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-10/+10
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-8/+8
* Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+1
* Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-251-3/+1
* Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-191-1/+13
* Remove unused try requireBart de Water2016-03-101-1/+0
* Fix wrong timezone mapping for Switzerland [22233]Kacper Walanus2015-11-151-1/+2
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Remove outdated statement about bundled TZInfo.Phil Ross2015-10-181-6/+0
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-041-1/+1
|\
| * Renamed ‘Return’ to ‘Returns’ [ci skip]Ronak Jangir2015-09-281-1/+1
* | Update docs for `formatted_offset` Ronak Jangir2015-09-291-2/+6
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
|/
* Improve Docs of ActiveSupport::TimeZone [ci skip]amitkumarsuroliya2015-09-151-2/+2
* Update Unicode Version to 8.0.0Anshul Sharma2015-09-041-0/+0
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-0/+9
* Refactor ActiveSupport::Timezone#strptimeAndrew White2015-04-221-28/+35
* Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+20