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
*
Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...
Vipul A M
2017-03-23
2
-13
/
+26
*
No need to have an entry that was included in 5.1 in 5.2
Rafael Mendonça França
2017-03-22
1
-11
/
+0
*
Add AS::Deprecation::DeprecatedConstantAccessor
Dominic Cleal
2017-03-22
4
-0
/
+86
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
3
-631
/
+4
*
Merge pull request #28446 from y-yagi/move_new_changelog_entry_to_the_top
Jon Moss
2017-03-18
1
-7
/
+7
|
\
|
*
Move new CHANGELOG entry to the top [ci skip]
yuuji.yaginuma
2017-03-16
1
-7
/
+7
*
|
Cleanup documentation fixes (#28460)
Vipul A M
2017-03-17
1
-2
/
+2
*
|
Merge pull request #28445 from denniszelada/feature-documentation-with_options
Vipul A M
2017-03-17
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
Add documentation to use with_options in the same class [ci skip]
Dennis Zelada
2017-03-16
1
-0
/
+11
*
|
Fix test warnings
Andrew White
2017-03-16
1
-5
/
+5
*
|
Move `to_time` to `DateTime` compatibility.rb file
Andrew White
2017-03-16
4
-6
/
+16
*
|
Merge pull request #28147 from kmcphillips/master-time-freeze
Andrew White
2017-03-16
6
-22
/
+206
|
\
\
|
*
|
Handle #to_time and memoization taking into account memoization, frozen state...
Kevin McPhillips
2017-03-06
6
-22
/
+206
*
|
|
Tweak 28412
Jon Moss
2017-03-15
1
-1
/
+1
*
|
|
Merge pull request #28425 from rails/remove-duration-deprecation
Andrew White
2017-03-15
4
-36
/
+212
|
\
\
\
|
*
|
|
Restore 5.minutes changed in #28204
Andrew White
2017-03-15
1
-1
/
+1
|
*
|
|
Remove implicit coercion deprecation of durations
Andrew White
2017-03-15
3
-35
/
+211
*
|
|
|
Merge pull request #28412 from benoittgt/add_doc_for_message_encryptor_new
Rafael França
2017-03-15
1
-0
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add documentation about signature_key for MessageEncryptor.new [ci skip]
Benoit Tigeot
2017-03-15
1
-0
/
+5
*
|
|
|
Lint activesupport/CHANGELOG.md
Jon Moss
2017-03-13
1
-8
/
+10
*
|
|
|
AS:Cache:MemoryStore doc fixes [ci skip] (#28389)
Vipul A M
2017-03-12
1
-1
/
+1
*
|
|
|
Merge pull request #27051 from devonestes/adding-cache-clear-docs
Vipul A M
2017-03-12
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Add missing documentation for MemoryStore#clear [ci skip]
Devon Estes
2016-11-15
1
-0
/
+2
*
|
|
|
|
Fix indentation and formatting in CHANGELOGs [ci skip]
Ryuta Kamizono
2017-03-11
1
-17
/
+17
*
|
|
|
|
Make sure local cache cleared even it's throwing:
Lin Jen-Shin
2017-03-10
2
-4
/
+15
*
|
|
|
|
Fix typo `titlelize` -> `titleize` [ci skip]
yuuji.yaginuma
2017-03-07
1
-2
/
+2
*
|
|
|
|
Update `titlelize` regex to allow apostrophes
Andrew White
2017-03-06
3
-1
/
+18
*
|
|
|
|
Add `rfc3339` aliases to `xmlschema`
Andrew White
2017-03-03
5
-0
/
+25
*
|
|
|
|
Add `Time.rfc3339` parsing method
Andrew White
2017-03-03
3
-0
/
+62
*
|
|
|
|
Add `ActiveSupport::TimeZone.rfc3339` parsing method
Andrew White
2017-03-03
3
-0
/
+173
*
|
|
|
|
Add `ActiveSupport::TimeZone.iso8601` parsing method
Andrew White
2017-03-03
3
-0
/
+138
*
|
|
|
|
Fix typo in comment
Andrew White
2017-03-03
1
-1
/
+1
*
|
|
|
|
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
4
-6
/
+147
*
|
|
|
|
Update `DateTime#change` to support usec and nsec
Andrew White
2017-03-02
3
-16
/
+45
*
|
|
|
|
Use DEFAULT_CIPHER constant in MessageEncryptor
Lukas Zapletal
2017-03-01
1
-1
/
+1
*
|
|
|
|
Add Duration#before and #after as aliases for #ago and #since
Nick Johnstone
2017-02-26
3
-0
/
+31
*
|
|
|
|
AS CHANGELOG Pass [ci skip]
Vipul A M
2017-02-26
1
-3
/
+3
*
|
|
|
|
Fix typo `HashWithIndifferentAcces` to `HashWithIndifferentAccess` [ci skip]
Ryuta Kamizono
2017-02-25
1
-1
/
+1
*
|
|
|
|
Merge pull request #28157 from robin850/hwia-soft-deprecation
Matthew Draper
2017-02-25
3
-0
/
+35
|
\
\
\
\
\
|
*
|
|
|
|
Add few tests for the top level `HashWithIndifferentAccess`
Robin Dupret
2017-02-25
1
-0
/
+24
|
*
|
|
|
|
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
3
-0
/
+12
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #28006 from fareastside/master
Rafael Mendonça França
2017-02-24
3
-2
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
add optional second argument to ActiveSupport core extension for Marshal#load...
Jeff Latz
2017-02-24
3
-2
/
+21
|
|
/
/
/
/
*
|
|
|
|
Fix CHANGELOG entry position [ci skip]
Rafael Mendonça França
2017-02-24
1
-2
/
+3
*
|
|
|
|
Add missing gzip footer check in ActiveSupport::Gzip.decompress
Dylan Thacker-Smith
2017-02-24
3
-1
/
+15
|
/
/
/
/
*
|
|
|
Make HWIA#compact not return nil when no nils
Pavel Pravosud
2017-02-23
2
-1
/
+11
*
|
|
|
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
2
-1
/
+3
*
|
|
|
🙈 :nodoc: `AS::Duration::ISO8601Serializer`
Godfrey Chan
2017-02-23
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Add more missing requires
Andrew White
2017-02-22
1
-0
/
+1
*
|
|
Add missing requires
Andrew White
2017-02-22
1
-0
/
+4
[next]