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
*
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
|
*
Remove deprecated Module.qualified_const_get/set/defined?
Andrew White
2016-11-14
1
-0
/
+5
|
*
Update CHANGELOG
Andrew White
2016-11-13
1
-0
/
+48
*
|
Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"
Rafael Mendonça França
2016-11-14
1
-6
/
+0
|
/
*
Ensure duration parsing is consistent across DST changes
Andrew White
2016-10-31
1
-0
/
+20
*
Use Hash#compact and Hash#compact! from Ruby 2.4
Prathamesh Sonpatki
2016-10-23
1
-2
/
+7
*
Fix `ActiveSupport::TimeZone#strptime` cannot parse timestamps (%Q, %s)
denisovlev
2016-10-21
1
-0
/
+7
*
Fix copy_time_to: Copy nsec instead of usec
Josua Schmid
2016-10-20
1
-0
/
+6
*
Revert "Merge pull request #26677 from tbalthazar/26644"
Andrew White
2016-10-02
1
-22
/
+0
*
Fix `ActiveSupport::TimeWithZone#localtime`
Thomas Balthazar
2016-10-01
1
-0
/
+22
*
Fix ActiveSupport::TimeWithZone#in
Thomas Balthazar
2016-09-24
1
-0
/
+19
*
Merge pull request #25628 from ysksn/options
Rafael Mendonça França
2016-08-17
1
-0
/
+6
|
\
|
*
Update CHANGELOG.md for #25628 [ci skip]
Yosuke Kabuto
2016-07-02
1
-0
/
+6
*
|
Pass over changelogs [ci skip]
Vipul A M
2016-08-10
1
-3
/
+3
*
|
Merge pull request #25681 from willnet/fix-thread_mattr_accessor
Yves Senn
2016-08-08
1
-0
/
+28
|
\
\
|
*
|
Fix `thread_mattr_accessor` share variable superclass with subclass
willnet
2016-08-04
1
-0
/
+7
|
/
/
*
|
Add :weeks to the list of variable duration parts
Andrew White
2016-08-03
1
-0
/
+8
*
|
Revert "Adds `not_in?` onto Object"
David Heinemeier Hansson
2016-07-29
1
-12
/
+0
*
|
Merge pull request #25914 from jmccartie/jm/not_in
Rafael França
2016-07-22
1
-0
/
+12
|
\
\
|
*
|
Adds `not_in?` onto Object
Jon McCartie
2016-07-21
1
-0
/
+12
*
|
|
the infamous typo only seen in GitHub's diff [ci skip]
Xavier Noria
2016-07-22
1
-1
/
+1
|
/
/
*
|
define Range#match? if Ruby < 2.4
Xavier Noria
2016-07-22
1
-2
/
+8
*
|
Allow MessageEncryptor to take advantage of authenticated encryption modes
Bart de Water
2016-07-21
1
-0
/
+9
*
|
Introduce `assert_changes` and `assert_no_changes`
Genadi Samokovarov
2016-07-17
1
-9
/
+41
*
|
Added :fallback_string option to Array#to_sentence
oss92
2016-07-13
1
-0
/
+6
*
|
Raise ArgumentError for bad strptime arguments
John Gesimondo
2016-07-11
1
-0
/
+9
*
|
`travel/travel_to` travel time helpers, now raise on nested calls,
Vipul A M
2016-07-02
1
-0
/
+25
|
/
*
Clearify CHANGELOG for #23011 [ci skip]
Godfrey Chan
2016-06-27
1
-2
/
+6
*
Merge pull request #23011 from arnvald/bugfix/correctly_parse_date
Godfrey Chan
2016-06-25
1
-0
/
+5
|
\
|
*
Use correct timezone when parsing date in json
Grzegorz Witek
2016-01-22
1
-0
/
+5
*
|
Update changelog for #25341
Kevin McPhillips
2016-06-22
1
-0
/
+6
*
|
Remove deprecated arguments in assert_nothing_raised
Rafael Mendonça França
2016-06-13
1
-0
/
+4
*
|
Don't blank pad day of the month when formatting dates
Sean Griffin
2016-06-02
1
-0
/
+7
*
|
Merge pull request #23930 from gsamokovarov/module-delegate-missing-to
Rafael Mendonça França
2016-05-24
1
-0
/
+47
|
\
\
|
*
|
Introduce Module#delegate_missing_to
Genadi Samokovarov
2016-02-27
1
-0
/
+47
*
|
|
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-0
/
+4
*
|
|
Start Rails 5.1 development :tada:
Rafael Mendonça França
2016-05-10
1
-764
/
+1
*
|
|
Preparing for 5.0.0.rc1 release
Rafael Mendonça França
2016-05-06
1
-0
/
+2
[next]