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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`
yuuji.yaginuma
2018-04-13
1
-1
/
+1
*
Merge pull request #32551 from chrisarcand/no-doc-original-sum
Rafael França
2018-04-12
1
-1
/
+1
|
\
|
*
Don't doc _original_sum_with_required_identity
Chris Arcand
2018-04-12
1
-1
/
+1
*
|
Merge pull request #32539 from chancancode/anticompress
Rafael França
2018-04-12
5
-73
/
+181
|
\
\
|
|
/
|
/
|
|
*
Fix `ActiveSupport::Cache` compression
Godfrey Chan
2018-04-11
3
-37
/
+60
|
*
Add failing test for compression bug
Godfrey Chan
2018-04-11
3
-38
/
+123
*
|
Merge pull request #32542 from teddywing/active-support-cache-store--fix-end-...
George Claghorn
2018-04-12
1
-2
/
+3
|
\
\
|
*
|
Cache::Store#read: Fix fixed-width end tag in docs
Teddy Wing
2018-04-12
1
-2
/
+3
|
|
/
*
|
Merge pull request #31913 from rywall/define-callbacks-desc
Matthew Draper
2018-04-12
2
-1
/
+13
|
\
\
|
|
/
|
/
|
|
*
No need to define methods on descendants.
Ryan Wallace
2018-02-24
1
-18
/
+18
|
*
Define callbacks on descendants.
Ryan Wallace
2018-02-06
2
-17
/
+29
*
|
Fix test class name for `Assertions` module
yuuji.yaginuma
2018-04-08
1
-1
/
+1
*
|
Rename the class as there is already an existing class with that name
Edouard CHIN
2018-04-06
1
-1
/
+1
*
|
`SetupAndTeardown#teardown` should call any subsequent after_teardown:
Edouard CHIN
2018-04-06
2
-1
/
+42
*
|
Merge pull request #32441 from composerinteralia/refute-not
Rafael França
2018-04-04
1
-2
/
+2
|
\
\
|
*
|
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
1
-2
/
+2
*
|
|
[ci skip] Add :private option to delegation doc
Yoshiyuki Hirano
2018-04-05
1
-1
/
+2
*
|
|
Small doc fixes
T.J. Schuck
2018-04-02
1
-4
/
+4
|
/
/
*
|
Merge pull request #32268 from freeletics/encrypted-tmp-file-name
Kasper Timm Hansen
2018-04-01
1
-1
/
+1
|
\
\
|
*
|
Change temporary file name extension while editing encrypted file.
Wojciech Wnętrzak
2018-03-18
1
-1
/
+1
*
|
|
Move implementation of `before?` and `after?` to `DateAndTime::Calculations`
bogdanvlviv
2018-03-31
8
-42
/
+22
*
|
|
Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1
utilum
2018-03-31
1
-1
/
+3
*
|
|
Adding missing extension for `cattr_accessor` method
Wojciech Wnętrzak
2018-03-30
1
-0
/
+1
*
|
|
Merge pull request #32185 from nholden/human_readable_date_time_comparisons
Rafael França
2018-03-26
9
-0
/
+63
|
\
\
\
|
*
|
|
Add `before?` and `after?` methods to date and time classes
Nick Holden
2018-03-06
9
-0
/
+63
*
|
|
|
Remove unused `serialize` method
yuuji.yaginuma
2018-03-25
1
-4
/
+0
*
|
|
|
Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-return
Rafael França
2018-03-22
2
-1
/
+20
|
\
\
\
\
|
*
|
|
|
Fix Cache `read_multi` with local_cache return values.
Jason Lee
2018-03-21
2
-1
/
+20
*
|
|
|
|
Remove unused variable
Rafael Mendonça França
2018-03-22
1
-1
/
+0
*
|
|
|
|
Ruby 2.6 will not require monkey patched `URI#unescape`
Yasuo Honda
2018-03-22
1
-9
/
+1
*
|
|
|
|
Use try in tests that try to test try.
Kasper Timm Hansen
2018-03-21
1
-7
/
+2
|
/
/
/
/
*
|
/
/
Fix unclosed tags in `RedisCacheStore` docs [ci skip]
yuuji.yaginuma
2018-03-19
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Don't marshal ActiveSupport::Cache::Entry objects twice
Sean Griffin
2018-03-14
1
-13
/
+14
*
|
|
Remove changelog header for unreleased version
Rafael Mendonça França
2018-03-13
1
-2
/
+0
*
|
|
Redis cache store: fix constructing with a Redis instance
Adam Richardson
2018-03-12
2
-1
/
+7
*
|
|
Fix CHANGELOGs [ci skip]
bogdanvlviv
2018-03-12
1
-3
/
+1
*
|
|
Only apply monkey-patch if detected to be required
Ashe Connor
2018-03-09
1
-2
/
+9
*
|
|
Merge pull request #32183 from kivikakk/uri-ext-fix
Eileen M. Uchitelle
2018-03-07
3
-2
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
URI.unescape handles mixed Unicode/escaped input
Ashe Connor
2018-03-07
3
-2
/
+12
*
|
|
[ci skip] Hide internal docs from root AS module
Ashe Connor
2018-03-06
1
-0
/
+1
|
/
/
*
|
Update skip_after_callbacks_if_terminated documentation
Rafael Mendonça França
2018-03-05
1
-2
/
+2
*
|
[ci skip] Fix grammar in delegate, private: true docs.
Kasper Timm Hansen
2018-03-04
1
-5
/
+4
*
|
Deprecate "active_support/core_ext/numeric/inquiry"
bogdanvlviv
2018-03-02
4
-108
/
+5
*
|
Deprecate `active_support/core_ext/hash/compact`
yuuji.yaginuma
2018-03-02
3
-61
/
+6
*
|
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
|
Ruby 2.4: take advantage of String#unpack1
Jeremy Daer
2018-03-01
2
-5
/
+5
*
|
Add separate test to ensure that `delegate` with `:private` option returns co...
bogdanvlviv
2018-02-28
3
-16
/
+23
*
|
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
3
-2
/
+117
*
|
Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`
bogdanvlviv
2018-02-26
1
-21
/
+0
[next]