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
/
test
/
core_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug with parametrize when `locale` is passed
Sharang Dashputre
2019-03-12
1
-0
/
+6
*
Fix including/excluding flattening
Gabriel Sobrinho
2019-03-06
2
-0
/
+3
*
Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...
David Heinemeier Hansson
2019-03-05
2
-3
/
+19
*
Fix rubocop violations
yuuji.yaginuma
2019-02-09
1
-2
/
+2
*
Delete uneeded blank file
Guillermo Iguaran
2019-02-08
1
-0
/
+0
*
Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'
Guillermo Iguaran
2019-02-08
2
-0
/
+27
*
Remove deprecated `Module#reachable?` method
Rafael Mendonça França
2019-01-17
1
-51
/
+0
*
Tweak test name
George Claghorn
2018-12-30
1
-1
/
+1
*
Make Active Storage blob keys lowercase
Julik Tarkhanov
2018-12-30
1
-0
/
+20
*
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
1
-1
/
+1
*
Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`.
utilum
2018-12-21
1
-2
/
+2
*
Merge pull request #34764 from kamipo/avoid_redundant_begin
Ryuta Kamizono
2018-12-21
1
-4
/
+3
|
\
|
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-4
/
+3
*
|
Follow up #34754
bogdanvlviv
2018-12-20
1
-28
/
+6
|
/
*
Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`
Ryuta Kamizono
2018-12-21
1
-27
/
+0
*
Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...
Ryuta Kamizono
2018-12-20
2
-71
/
+4
*
Merge pull request #34037 from reitermarkus/atomic_write-permissions
Rafael França
2018-11-22
1
-0
/
+14
|
\
|
*
Ensure correct permission when `tmpdir` is the same as `dirname`.
Markus Reiter
2018-10-02
1
-0
/
+14
*
|
Fix issue where duration where always rounded up to a second:
Edouard CHIN
2018-10-12
1
-2
/
+2
*
|
Prefix Module#parent, Module#parents, and Module#parent_name with module
Gannon McGibbon
2018-10-02
1
-11
/
+29
*
|
Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecation
Rafael França
2018-10-02
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add deprecation warning when String#first and String#last receive negative in...
Gannon McGibbon
2018-09-28
1
-0
/
+18
*
|
Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'
Sharang Dashputre
2018-10-02
1
-19
/
+19
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
3
-4
/
+4
|
/
*
Handle more unsafe String methods (#33990)
Janosch Müller
2018-09-27
1
-0
/
+48
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
4
-7
/
+7
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
2
-11
/
+11
*
Fix obsoleted method URI.unescape in activesupport/test
Vitor Oliveira
2018-08-15
1
-1
/
+1
*
Add `Array#extract!`
bogdanvlviv
2018-08-14
1
-0
/
+44
*
e4e1b62 broke `to_param` handling:
Edouard CHIN
2018-07-12
1
-0
/
+14
*
Add tests for duration multiplication and division
Eugene Kenny
2018-06-25
1
-0
/
+12
*
Add Enumerable#index_with.
Kasper Timm Hansen
2018-05-21
1
-0
/
+15
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-1
/
+1
*
Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newer
Ryuta Kamizono
2018-05-07
1
-24
/
+0
*
Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?
Neil Souza
2018-05-04
1
-0
/
+7
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
11
-42
/
+42
*
Move implementation of `before?` and `after?` to `DateAndTime::Calculations`
bogdanvlviv
2018-03-31
4
-36
/
+12
*
Merge pull request #32185 from nholden/human_readable_date_time_comparisons
Rafael França
2018-03-26
4
-0
/
+50
|
\
|
*
Add `before?` and `after?` methods to date and time classes
Nick Holden
2018-03-06
4
-0
/
+50
*
|
Use try in tests that try to test try.
Kasper Timm Hansen
2018-03-21
1
-7
/
+2
*
|
URI.unescape handles mixed Unicode/escaped input
Ashe Connor
2018-03-07
1
-1
/
+1
|
/
*
Deprecate "active_support/core_ext/numeric/inquiry"
bogdanvlviv
2018-03-02
1
-80
/
+3
*
Deprecate `active_support/core_ext/hash/compact`
yuuji.yaginuma
2018-03-02
1
-34
/
+4
*
Add separate test to ensure that `delegate` with `:private` option returns co...
bogdanvlviv
2018-02-28
1
-6
/
+16
*
add private: true option for ActiveSupport delegate
Tomas Valent
2018-02-26
1
-0
/
+57
*
String#truncate_bytes: limit to N bytes without breaking multibyte chars
Jeremy Daer
2018-02-18
1
-0
/
+62
*
`String#strip_heredoc` preserves frozenness
Jeremy Daer
2018-02-17
1
-0
/
+4
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
4
-79
/
+9
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
2
-6
/
+5
*
Add missing require
yuuji.yaginuma
2018-02-08
1
-0
/
+1
[next]