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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Array#extract!`
bogdanvlviv
2018-08-14
1
-0
/
+11
*
Fix a typo in Active Support's CHANGELOG [ci skip]
Robin Dupret
2018-08-10
1
-1
/
+1
*
Move changelog entry of 47018a82 up [ci skip]
bogdanvlviv
2018-08-05
1
-11
/
+11
*
Support skip nil for cache fetch (#25437)
Martin
2018-08-05
1
-0
/
+7
*
I cannot spell
Aaron Patterson
2018-07-26
1
-1
/
+1
*
Add changelog entry
Aaron Patterson
2018-07-26
1
-0
/
+34
*
Add cpu_time, idle_time, and allocations to Event
Eileen Uchitelle
2018-07-26
1
-0
/
+4
*
Refactor #33254.
Kasper Timm Hansen
2018-07-01
1
-11
/
+10
*
Add :expires_in option support for RedisCacheStore increment/decrement method.
Jason Lee
2018-06-29
1
-0
/
+11
*
[ci skip] "brethen" is misspelled and unclear
Michael Gee
2018-05-31
1
-1
/
+1
*
add CHANGELOG/Doc
utilum
2018-05-22
1
-0
/
+11
*
[ci skip] Add documentation/changelog entry.
Kasper Timm Hansen
2018-05-21
1
-0
/
+15
*
Fix typo in constant name [ci skip]
yuuji.yaginuma
2018-04-22
1
-1
/
+1
*
Merge pull request #32168 from christianblais/activesupport-ordinalize-i18n
Rafael França
2018-04-19
1
-0
/
+28
|
\
|
*
`ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`
Christian Blais
2018-03-05
1
-0
/
+28
*
|
Merge branch 'master' into fix-as-timezone-all
Andrew White
2018-04-19
1
-0
/
+5
|
\
\
|
*
|
Redis cache store: avoid blocking the server in `#delete_matched`
Gleb Mazovetskiy
2018-04-18
1
-0
/
+5
*
|
|
Fix exception in AS::Timezone.all when any tzinfo data is missing
Dominik Sander
2018-04-18
1
-0
/
+5
|
/
/
*
|
Fix `ActiveSupport::Cache` compression
Godfrey Chan
2018-04-11
1
-0
/
+7
*
|
Merge pull request #32185 from nholden/human_readable_date_time_comparisons
Rafael França
2018-03-26
1
-0
/
+5
|
\
\
|
*
|
Add `before?` and `after?` methods to date and time classes
Nick Holden
2018-03-06
1
-0
/
+5
|
|
/
*
|
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
1
-2
/
+0
*
|
Fix CHANGELOGs [ci skip]
bogdanvlviv
2018-03-12
1
-3
/
+1
*
|
URI.unescape handles mixed Unicode/escaped input
Ashe Connor
2018-03-07
1
-0
/
+10
|
/
*
Add separate test to ensure that `delegate` with `:private` option returns co...
bogdanvlviv
2018-02-28
1
-5
/
+2
*
Remove extra changelog added by #31944
bogdanvlviv
2018-02-27
1
-16
/
+0
*
add private: true option for ActiveSupport delegate
Tomas Valent
2018-02-26
1
-0
/
+37
*
Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`
bogdanvlviv
2018-02-26
1
-21
/
+0
*
Caching: MemCache and Redis stores use local cache for multi-reads
Gabriel Sobrinho
2018-02-23
1
-0
/
+5
*
Return all mappings for a timezone id in `country_zones`
Andrew White
2018-02-19
1
-0
/
+16
*
String#truncate_bytes: limit to N bytes without breaking multibyte chars
Jeremy Daer
2018-02-18
1
-0
/
+5
*
`String#strip_heredoc` preserves frozenness
Jeremy Daer
2018-02-17
1
-0
/
+16
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-3
/
+10
*
Add test parallelization to Rails
eileencodes
2018-02-15
1
-0
/
+5
*
Merge pull request #31866 from fatkodima/redis_cache-connection_pool
Rafael Mendonça França
2018-02-14
1
-1
/
+0
|
\
|
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-02-01
1
-0
/
+2
|
/
*
Start Rails 6.0 development!!!
Rafael Mendonça França
2018-01-30
1
-505
/
+1
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-01-22
1
-0
/
+4
*
Support hash as first argument in `assert_difference`. (#31600)
Julien Meichelbeck
2018-01-18
1
-0
/
+7
*
Merge pull request #31651 from eugeneius/use_sha1_digests
Sean Griffin
2018-01-12
1
-4
/
+4
|
\
|
*
Use SHA-1 for non-sensitive digests by default
Eugene Kenny
2018-01-08
1
-4
/
+4
*
|
Merge pull request #30268 from ignatiusreza/instrumentation
Ryuta Kamizono
2018-01-11
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
add instrumentation for read_multi
Ignatius Reza
2017-12-29
1
-0
/
+4
*
|
Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...
Ryuta Kamizono
2018-01-04
1
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
`assert_changes` should always assert some change
Daniel Ma
2017-11-13
1
-0
/
+5
*
|
Don't include ellipsis in truncated digest output
Eugene Kenny
2017-12-17
1
-3
/
+3
*
|
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
1
-0
/
+7
|
\
\
|
*
|
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-0
/
+7
*
|
|
[ci skip] Fix Active Support Changelog about :race_condition_ttl
Mehmet Emin INAC
2017-12-12
1
-1
/
+1
|
/
/
*
|
Preparing for 5.2.0.beta2 release
Rafael Mendonça França
2017-11-28
1
-0
/
+5
[next]