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
/
object
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+2
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
2
-5
/
+5
*
Fix Complex and Rational are duplicable?
utilum
2016-12-21
1
-2
/
+2
*
change return value of `duplicable?` with Ruby 2.4+
yuuji.yaginuma
2016-12-13
1
-2
/
+7
*
:nail_care:
Akira Matsuda
2016-12-13
1
-2
/
+1
*
nil, true, 1, etc. don't raise on #dup since Ruby 2.4
Akira Matsuda
2016-12-13
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-4
/
+4
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-5
/
+5
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-5
/
+5
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
2
-9
/
+9
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
11
-88
/
+88
*
Revert "Adds `not_in?` onto Object"
David Heinemeier Hansson
2016-07-29
1
-53
/
+0
*
Adds `not_in?` onto Object
Jon McCartie
2016-07-21
1
-0
/
+53
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
Fix some typos in comments.
Joe Rafaniello
2016-05-04
1
-1
/
+1
*
:hocho: Typos
Akira Matsuda
2015-09-21
1
-1
/
+1
*
:scissors: empty line at the top of files
Akira Matsuda
2015-09-21
1
-1
/
+0
*
Expand coverage of JSON gem tests
Godfrey Chan
2015-07-11
1
-16
/
+30
*
Add tests to ensure we don't interfere with json gem's output
Godfrey Chan
2015-07-11
1
-0
/
+52
*
Small stylistic tweaks for `Delegator#try` patch
Godfrey Chan
2015-05-19
1
-15
/
+15
*
Patch `Delegator` to work with `#try`
Nate Smith
2015-05-19
1
-0
/
+64
*
Put the assertion arguments in the right order
Matthew Draper
2015-05-05
1
-1
/
+1
*
deep_dup method, remove old key from duplicated hash to avoid unnecessary pairs
Mehmet Emin İNAÇ
2015-05-04
1
-0
/
+6
*
Skip the failing tests on Rubinius for now
Robin Dupret
2015-03-02
1
-0
/
+3
*
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
1
-1
/
+0
*
Remove hack to support BigDecimal in Ruby 1.9
claudiob
2015-01-04
1
-10
/
+1
*
Removed Object#itself as it's implemented in ruby 2.2
Cristian Bica
2014-12-29
1
-9
/
+0
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Bring try! into parity with try.
Ari Pollak
2014-10-22
1
-4
/
+8
*
add implementation of respond_to? for ActiveSupport::Duration
lsylvester
2014-09-15
1
-1
/
+1
*
Methods are not duplicable.
Peter Jaros
2014-09-03
1
-1
/
+1
*
Bring back the test cases for `presence`
Godfrey Chan
2014-08-29
1
-0
/
+5
*
We tenderized the wrong method! Object#try already had the yield option, just...
David Heinemeier Hansson
2014-08-29
2
-10
/
+4
*
Clarify the origin of this great addition to Rails :trollface: :trollface :tr...
David Heinemeier Hansson
2014-08-29
1
-1
/
+1
*
Use instance_eval on @tenderlove's suggestion :trollface:
David Heinemeier Hansson
2014-08-29
1
-2
/
+2
*
Added yield to Object#presence
David Heinemeier Hansson
2014-08-29
1
-0
/
+5
*
Rename tests too
Rafael Mendonça França
2014-08-01
1
-2
/
+2
*
Rename Object#self to Object#itself to have parity with matz sanctioned metho...
David Heinemeier Hansson
2014-08-01
1
-1
/
+1
*
Added Object#self which returns the object itself
David Heinemeier Hansson
2014-08-01
1
-0
/
+9
*
Add missing test case for Array#to_sentence, collect all test cases for Objec...
Akshay Vishnoi
2014-07-29
1
-2
/
+8
*
Added failing test case for #16131
Godfrey Chan
2014-07-29
1
-0
/
+42
*
Merge pull request #15629 from akshay-vishnoi/test-to_param
Rafael Mendonça França
2014-07-28
2
-0
/
+22
|
\
|
*
Move to_param to to_query, also Improve tests
Akshay Vishnoi
2014-06-20
2
-0
/
+22
*
|
Move object test files under object
Akshay Vishnoi
2014-07-29
3
-0
/
+155
*
|
missing activesupport test coverage
Eugene Gilburg
2014-07-19
1
-0
/
+4
*
|
Move test for blank.rb under object
Akshay Vishnoi
2014-06-11
1
-0
/
+36
*
|
Add test cases for #in? and #presence_in
Akshay Vishnoi
2014-06-11
1
-0
/
+4
|
/
[next]