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
*
Let's try not to depend too much on other core extensions in a core extension...
Akira Matsuda
2019-08-02
1
-1
/
+1
*
require only what each test concerns
Akira Matsuda
2019-08-02
4
-4
/
+7
*
Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last
Rafael França
2019-07-28
1
-12
/
+20
|
\
|
*
Improve String#first and #last performance
Jonathan Hefner
2019-05-05
1
-12
/
+20
*
|
Remove tough to grasp -1 + 1 = 0 from String#to
Kasper Timm Hansen
2019-07-26
1
-0
/
+2
*
|
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
1
-0
/
+24
|
\
\
|
*
|
Add compact_blank shortcut for reject(&:blank?)
Dana Sherson
2019-06-05
1
-0
/
+24
*
|
|
Omit marshal_dump & _dump from delegate_missing_to
Aaron Lipman
2019-07-17
1
-0
/
+29
*
|
|
Implement UnboundMethod#duplicable?
Jean Boussier
2019-07-12
1
-1
/
+1
*
|
|
Delete `DateAndTime` method definition in rails that is compatible with ruby ...
soartec-lab
2019-06-16
3
-76
/
+60
*
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
|
/
/
*
|
ruby < 2.5 is no longer supported
Akira Matsuda
2019-05-28
1
-7
/
+2
*
|
Add :allow_nil option to delegate_missing_to; use in ActiveStorage
Matt Tanous
2019-05-23
1
-0
/
+14
|
/
*
Frozen truncate (#36109)
Jordan Thomas
2019-04-26
1
-0
/
+5
*
Fix bug in Range comparisons when comparing to excluded-end Range
Owen Stephens
2019-03-28
1
-2
/
+6
*
Fix Time#advance to work with dates before 1001-03-07
Andrew White
2019-03-18
1
-0
/
+2
*
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
[next]