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
*
minor CHANGELOG formatting changes. [ci skip]
Yves Senn
2017-03-26
1
-1
/
+0
*
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
1
-0
/
+12
*
Start Rails 5.2 development
Matthew Draper
2017-03-22
1
-628
/
+1
*
Move new CHANGELOG entry to the top [ci skip]
yuuji.yaginuma
2017-03-16
1
-7
/
+7
*
Merge pull request #28147 from kmcphillips/master-time-freeze
Andrew White
2017-03-16
1
-0
/
+7
|
\
|
*
Handle #to_time and memoization taking into account memoization, frozen state...
Kevin McPhillips
2017-03-06
1
-0
/
+7
*
|
Remove implicit coercion deprecation of durations
Andrew White
2017-03-15
1
-0
/
+16
*
|
Lint activesupport/CHANGELOG.md
Jon Moss
2017-03-13
1
-8
/
+10
*
|
Fix indentation and formatting in CHANGELOGs [ci skip]
Ryuta Kamizono
2017-03-11
1
-17
/
+17
*
|
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
1
-0
/
+16
*
|
Add `rfc3339` aliases to `xmlschema`
Andrew White
2017-03-03
1
-0
/
+6
*
|
Add `Time.rfc3339` parsing method
Andrew White
2017-03-03
1
-0
/
+8
*
|
Add `ActiveSupport::TimeZone.rfc3339` parsing method
Andrew White
2017-03-03
1
-0
/
+33
*
|
Add `ActiveSupport::TimeZone.iso8601` parsing method
Andrew White
2017-03-03
1
-0
/
+31
*
|
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-0
/
+52
*
|
Update `DateTime#change` to support usec and nsec
Andrew White
2017-03-02
1
-1
/
+13
*
|
Add Duration#before and #after as aliases for #ago and #since
Nick Johnstone
2017-02-26
1
-0
/
+16
*
|
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
1
-0
/
+5
|
\
\
|
*
|
Soft-deprecate the top-level HashWithIndifferentAccess class
Robin Dupret
2017-02-25
1
-0
/
+6
|
|
/
*
|
Merge pull request #28006 from fareastside/master
Rafael Mendonça França
2017-02-24
1
-0
/
+6
|
\
\
|
*
|
add optional second argument to ActiveSupport core extension for Marshal#load...
Jeff Latz
2017-02-24
1
-0
/
+6
|
|
/
*
|
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
1
-0
/
+4
|
/
*
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
1
-0
/
+2
*
Add CHANGELOG entry for #28104
Andrew White
2017-02-22
1
-0
/
+4
*
Revert "Merge pull request #27925 from robin850/hwia-removal"
Kasper Timm Hansen
2017-02-20
1
-6
/
+0
*
Deprecate the top-level `HashWithIndifferentAccess` contant
Robin Dupret
2017-02-19
1
-0
/
+6
*
deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...
yuuji.yaginuma
2017-02-08
1
-1
/
+1
*
Deprecate halt_and_display_warning_on_return_false
Rafael Mendonça França
2017-02-07
1
-0
/
+4
*
Remove deprecated behavior that halts callbacks when the return is false
Rafael Mendonça França
2017-02-07
1
-0
/
+4
*
Deprecate passing string to `:if` and `:unless` conditional options on `set_c...
Ryuta Kamizono
2017-02-04
1
-0
/
+5
*
Remove deprecated passing string to define callback
Ryuta Kamizono
2017-02-04
1
-18
/
+22
*
Update Unicode Version to 9.0.0
Fumiaki MATSUSHIMA
2017-01-28
1
-0
/
+16
*
CHANGELOG: Raise ArgumentError when calling transliterate on anything other t...
Kevin McPhillips
2017-01-16
1
-0
/
+5
*
AS::StringInquirer#respond_to_missing? should fallback to super
Akira Matsuda
2017-01-15
1
-2
/
+2
*
AS::ArrayInquirer#respond_to_missing? should fallback to super
Akira Matsuda
2017-01-15
1
-0
/
+5
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
1
-0
/
+25
*
Fix Complex and Rational are duplicable?
utilum
2016-12-21
1
-0
/
+5
*
change return value of `duplicable?` with Ruby 2.4+
yuuji.yaginuma
2016-12-13
1
-0
/
+6
*
remove duplicated changelog entry [ci skip]
yuuji.yaginuma
2016-11-15
1
-4
/
+0
*
Merge pull request #27035 from rails/remove-active-support-deprecations
Andrew White
2016-11-14
1
-0
/
+73
|
\
|
*
Remove deprecated class ActiveSupport::Concurrency::Latch
Andrew White
2016-11-14
1
-0
/
+4
|
*
Remove deprecated separator argument from parameterize
Andrew White
2016-11-14
1
-0
/
+4
|
*
Remove deprecated method Numeric#to_formatted_s
Andrew White
2016-11-14
1
-0
/
+4
|
*
Remove deprecated method alias_method_chain
Andrew White
2016-11-14
1
-0
/
+4
|
*
Remove deprecated constant MissingSourceFIle
Andrew White
2016-11-14
1
-0
/
+4
[next]