index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Thread.pass instead of Kernel.sleep to trigger race condition
Guilherme Mansur
2019-08-05
1
-7
/
+5
*
Able to initalize default value for thread_mattr_*
Guilherme Mansur
2019-08-05
1
-5
/
+11
*
hash_conversion itself does not at all depend on time extensions
Akira Matsuda
2019-08-02
1
-1
/
+0
*
Missing require AS/core_ext/string/inflections
Akira Matsuda
2019-08-02
1
-0
/
+2
*
Missing require "AS/core_ext/date_time/conversions"
Akira Matsuda
2019-08-01
1
-0
/
+1
*
It may be better to explicitly require 'object/try' where we call `try`
Akira Matsuda
2019-08-01
1
-0
/
+1
*
Call raise with parentheses like a normal method call with arguments
Carlos Antonio da Silva
2019-07-29
1
-2
/
+2
*
Performance improvement for `String#to`
Ryuta Kamizono
2019-07-28
1
-1
/
+1
*
Merge pull request #36185 from jonathanhefner/optimize-string-first-and-last
Rafael França
2019-07-28
1
-22
/
+2
|
\
|
*
Improve String#first and #last performance
Jonathan Hefner
2019-05-05
1
-22
/
+2
*
|
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
1
-1
/
+1
*
|
Remove tough to grasp -1 + 1 = 0 from String#to
Kasper Timm Hansen
2019-07-26
1
-2
/
+2
*
|
Merge pull request #36180 from jonathanhefner/optimize-string-from
Rafael França
2019-07-25
1
-2
/
+3
|
\
\
|
*
|
Avoid extra allocation in String#from and #to
Jonathan Hefner
2019-05-05
1
-2
/
+3
|
|
/
*
|
Merge pull request #36412 from robotdana/compact_blank
Rafael Mendonça França
2019-07-25
1
-0
/
+46
|
\
\
|
*
|
Add compact_blank shortcut for reject(&:blank?)
Dana Sherson
2019-06-05
1
-0
/
+46
*
|
|
Omit marshal_dump & _dump from delegate_missing_to
Aaron Lipman
2019-07-17
1
-0
/
+6
*
|
|
Implement UnboundMethod#duplicable?
Jean Boussier
2019-07-12
1
-1
/
+10
*
|
|
Remove dead code in duplicable.rb
Jean Boussier
2019-07-11
1
-120
/
+1
*
|
|
Indentation >>
Akira Matsuda
2019-06-22
1
-6
/
+6
*
|
|
Delete `DateAndTime` method definition in rails that is compatible with ruby ...
soartec-lab
2019-06-16
2
-30
/
+30
*
|
|
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
4
-4
/
+0
*
|
|
Add missing file to require digest/uuid on active_support core extensions
Lucas Arantes
2019-06-12
1
-0
/
+3
|
/
/
*
|
Change comments
Edu Depetris
2019-05-25
1
-2
/
+2
*
|
Address 639d7be. Readd changelog line; remove needless explicit return.
Kasper Timm Hansen
2019-05-24
1
-1
/
+1
*
|
Add :allow_nil option to delegate_missing_to; use in ActiveStorage
Matt Tanous
2019-05-23
1
-3
/
+8
|
/
*
Improve error message of ActiveSupport delegate
okuramasafumi
2019-04-29
1
-1
/
+1
*
Frozen truncate (#36109)
Jordan Thomas
2019-04-26
1
-1
/
+1
*
Preserve html_safe? status on ActiveSupport::SafeBuffer#*
r7kamura
2019-04-19
1
-0
/
+6
*
Merge pull request #35771 from timoschilling/hash-speed-improvements
Rafael França
2019-04-02
1
-1
/
+1
|
\
|
*
Speed improvement for Hash#except
Timo Schilling
2019-03-29
1
-1
/
+1
*
|
Tweaks CHANGELOGs and docs [ci skip]
Ryuta Kamizono
2019-03-31
1
-4
/
+4
|
/
*
Merge pull request #34405 from shugo/safe_buffer_backref_fix
Matthew Draper
2019-03-28
1
-2
/
+37
|
\
|
*
Eliminate a thread local variable as suggested by nobu
Shugo Maeda
2019-02-14
1
-8
/
+1
|
*
Remove trailing space
Shugo Maeda
2018-11-08
1
-1
/
+1
|
*
Add a commented code example of what will be produced
Shugo Maeda
2018-11-08
1
-22
/
+22
|
*
sub, sub!, gsub, and gsub! should set back references
Shugo Maeda
2018-11-08
1
-2
/
+44
*
|
Fix bug in Range comparisons when comparing to excluded-end Range
Owen Stephens
2019-03-28
1
-12
/
+21
*
|
Fix Time#advance to work with dates before 1001-03-07
Andrew White
2019-03-18
1
-2
/
+1
*
|
Update docs for 'parameterize()' [ci skip]
Sharang Dashputre
2019-03-16
1
-1
/
+1
*
|
support slice assignment on SafeBuffer
Richard Monette
2019-03-13
1
-2
/
+6
*
|
Change wording of some instances of 'opt out' [ci skip]
Sharang Dashputre
2019-03-12
2
-10
/
+10
*
|
Add locale option to parameterize
Kaan Ozkan
2019-03-11
1
-2
/
+7
*
|
Fix including/excluding flattening
Gabriel Sobrinho
2019-03-06
2
-7
/
+7
*
|
Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...
David Heinemeier Hansson
2019-03-05
2
-8
/
+40
*
|
activesupport: Simplify class_attribute implementation (#35454)
Dylan Thacker-Smith
2019-03-03
1
-15
/
+10
*
|
Remove redundant returning `object`
Ryuta Kamizono
2019-02-09
1
-1
/
+0
*
|
Use Ruby 2.4+ native transform_values(!)
Kasper Timm Hansen
2019-02-08
1
-7
/
+2
*
|
Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'
Guillermo Iguaran
2019-02-08
2
-0
/
+53
*
|
Remove the Kernel#` override that turns ENOENT into nil
Akinori MUSHA
2019-01-31
2
-14
/
+0
[next]