index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
values
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `AS::Multibyte`'s unicode table
Fumiaki MATSUSHIMA
2018-02-20
1
-0
/
+0
*
Return all mappings for a timezone id in `country_zones`
Andrew White
2018-02-19
1
-2
/
+5
*
Remove require Object#blank? monkey patch
Sean Collins
2018-02-17
1
-1
/
+0
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
Enable `Style/DefWithParentheses` rubocop rule
Ryuta Kamizono
2017-11-27
1
-1
/
+1
*
Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)
Chris LaRose
2017-11-22
1
-3
/
+9
*
Merge pull request #31128 from rails/handle-ambigious-times
Andrew White
2017-11-15
1
-1
/
+1
|
\
|
*
Handle `TZInfo::AmbiguousTime` errors
Andrew White
2017-11-15
1
-1
/
+1
*
|
Merge pull request #29776 from mrj/fix-idlw-timezone
Matthew Draper
2017-11-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Change the "International Date Line West" TZInfo timezone from "Pacific/Midwa...
Mark James
2017-07-13
1
-1
/
+1
*
|
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
|
/
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Merge pull request #29728 from kirs/frozen-activesupport
Matthew Draper
2017-07-09
1
-0
/
+1
|
\
|
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
|
Merge pull request #28668 from Dorian/mention-time-parse-argument-error
Aaron Patterson
2017-07-05
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Mention and test for possible ArgumentError when parsing times
Dorian Marié
2017-04-08
1
-1
/
+3
*
|
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
|
There are actually only 134 unique timezones.
Chris Dosé
2017-04-16
1
-1
/
+1
*
|
Add Puerto Rico support to ActiveSupport::TimeZone
Chris Dosé
2017-04-16
1
-0
/
+1
|
/
*
Return unmapped timezones from `country_zones`
Andrew White
2017-03-28
1
-5
/
+12
*
Add `ActiveSupport::TimeZone.rfc3339` parsing method
Andrew White
2017-03-03
1
-0
/
+30
*
Add `ActiveSupport::TimeZone.iso8601` parsing method
Andrew White
2017-03-03
1
-0
/
+35
*
Update Unicode Version to 9.0.0
Fumiaki MATSUSHIMA
2017-01-28
1
-0
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)
denisovlev
2016-10-21
1
-11
/
+15
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-10
/
+10
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-8
/
+8
*
Raise ArgumentError for bad strptime arguments
John Gesimondo
2016-07-11
1
-0
/
+1
*
Do not cache ActiveSupport::TimeZone#utc_offset
Alexey Shein
2016-04-25
1
-3
/
+1
*
Add ActiveSupport::TimeZone.country_zones helper
Andrey Novikov
2016-04-19
1
-1
/
+13
*
Remove unused try require
Bart de Water
2016-03-10
1
-1
/
+0
*
Fix wrong timezone mapping for Switzerland [22233]
Kacper Walanus
2015-11-15
1
-1
/
+2
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Remove outdated statement about bundled TZInfo.
Phil Ross
2015-10-18
1
-6
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
1
-1
/
+1
|
\
|
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
*
|
Update docs for `formatted_offset`
Ronak Jangir
2015-09-29
1
-2
/
+6
*
|
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
|
/
*
Improve Docs of ActiveSupport::TimeZone [ci skip]
amitkumarsuroliya
2015-09-15
1
-2
/
+2
*
Update Unicode Version to 8.0.0
Anshul Sharma
2015-09-04
1
-0
/
+0
*
Improve ActiveSupport::TimeWithZone conversion to YAML
Andrew White
2015-04-22
1
-0
/
+9
*
Refactor ActiveSupport::Timezone#strptime
Andrew White
2015-04-22
1
-28
/
+35
*
Add ActiveSupport::TimeZone#strptime.
Paul A Jungwirth
2015-04-22
1
-0
/
+20
*
Revert "Take DST into account when locating TimeZone from Numeric."
Andrew White
2015-03-09
1
-7
/
+1
*
Take DST into account when locating TimeZone from Numeric.
Yasyf Mohamedali
2015-03-03
1
-1
/
+7
*
make zones_map private
Tony Miller
2015-02-06
1
-7
/
+8
*
Add missing time zone definitions for Russian Federation
Andrey Novikov
2015-01-13
1
-1
/
+4
*
Use directly TZInfo::Timezone without proxy
brainopia
2015-01-04
1
-2
/
+2
[next]