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
/
object
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
This PR speeds up Nil#try by avoiding an allocation when only one argument is...
schneems
2018-10-03
1
-2
/
+2
*
Revert falsey with example reordered
Takumasa Ochi
2018-09-14
1
-2
/
+2
*
Improve API document on Object#blank?
Takumasa Ochi
2018-09-06
1
-2
/
+2
*
20% faster `try`
Sean Griffin
2018-08-29
1
-8
/
+7
*
32% Faster Object#try
schneems
2018-08-29
1
-1
/
+10
*
Remove unused `require "active_support/core_ext/regexp"`
Ryuta Kamizono
2018-07-29
1
-1
/
+0
*
Update with_options.rb
Daniel Amireh
2018-07-25
1
-1
/
+1
*
e4e1b62 broke `to_param` handling:
Edouard CHIN
2018-07-12
1
-2
/
+5
*
[ci skip] Hide internal docs from root AS module
Ashe Connor
2018-03-06
1
-0
/
+1
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-2
/
+5
*
Merge pull request #31049 from gwincr11/cg-blank
Ryuta Kamizono
2018-01-04
1
-1
/
+10
|
\
|
*
Add support for multiple encodings in String.blank?
Cory Gwin @gwincr11
2017-11-17
1
-1
/
+10
*
|
Suppress `warning: BigDecimal.new is deprecated`
Yasuo Honda
2017-12-15
1
-2
/
+2
*
|
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-1
/
+1
|
/
*
Merge pull request #30961 from q-centrix/performance-improvement-acts-like
Rafael França
2017-10-23
1
-1
/
+10
|
\
|
*
Performance improvements for acts_like? method.
Dillon Welch
2017-10-23
1
-1
/
+10
*
|
Fix #to_json for unreadable IO objects, fixes #26132
Paul Kuruvilla
2017-10-23
1
-0
/
+6
*
|
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
6
-15
/
+15
|
/
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
12
-0
/
+12
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
12
-0
/
+12
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
6
-15
/
+15
*
Fix doc format for `duplicable?` [ci skip]
yuuji.yaginuma
2017-03-25
1
-6
/
+6
*
Remove unnecessary ruby version comments [ci skip]
Vipul A M
2017-03-24
1
-2
/
+2
*
Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...
Vipul A M
2017-03-23
1
-12
/
+22
*
Cleanup documentation fixes (#28460)
Vipul A M
2017-03-17
1
-2
/
+2
*
Add documentation to use with_options in the same class [ci skip]
Dennis Zelada
2017-03-16
1
-0
/
+11
*
Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"
Kasper Timm Hansen
2017-01-15
1
-7
/
+0
*
Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]
Koichi ITO
2017-01-15
1
-0
/
+7
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-1
/
+1
*
Fix Symbol#duplicable? for Ruby 2.4.0.
Kasper Timm Hansen
2017-01-01
1
-1
/
+2
*
Fix Complex and Rational are duplicable?
utilum
2016-12-21
1
-0
/
+20
*
change return value of `duplicable?` with Ruby 2.4+
yuuji.yaginuma
2016-12-13
1
-33
/
+58
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
9
-27
/
+27
*
Revert "Adds `not_in?` onto Object"
David Heinemeier Hansson
2016-07-29
1
-15
/
+0
*
Merge pull request #25914 from jmccartie/jm/not_in
Rafael França
2016-07-22
1
-0
/
+15
|
\
|
*
Adds `not_in?` onto Object
Jon McCartie
2016-07-21
1
-0
/
+15
*
|
adds require for Regexp#match?
Xavier Noria
2016-07-22
1
-0
/
+2
|
/
*
performance boost for String#blank? in Ruby 2.4
Xavier Noria
2016-07-22
1
-1
/
+1
*
Define `Pathname#as_json`
Ryunosuke Sato
2016-06-25
1
-0
/
+7
*
Define `URI::Generic#as_json`
Ryunosuke Sato
2016-06-25
1
-0
/
+7
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-2
/
+2
*
restores the regexp used in String#blank?
Xavier Noria
2016-04-29
1
-4
/
+3
*
rewords code comment [ci skip]
Xavier Noria
2016-04-24
1
-3
/
+3
*
just say nothing about why this regexp is slower [ci skip]
Xavier Noria
2016-04-21
1
-1
/
+1
*
restores code comments in String#blank? [ci skip]
Xavier Noria
2016-04-21
1
-2
/
+6
*
Remove unused `BLANK_RE`
Ryuta Kamizono
2016-04-21
1
-2
/
+0
[next]