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
*
: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
|
/
*
Merge pull request #14949 from bogdan/empty-hash-array-parameterization
Rafael Mendonça França
2014-05-04
1
-3
/
+5
|
\
|
*
[Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...
Bogdan Gusiev
2014-05-03
1
-3
/
+5
*
|
Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its t...
Kuldeep Aggarwal
2014-05-04
1
-9
/
+0
|
/
*
Object#duplicable?
Akshay Vishnoi
2014-04-16
1
-16
/
+9
*
Move tests for deep_dup and duplicable to object directory
Akshay Vishnoi
2014-04-13
2
-0
/
+91
*
Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...
David Heinemeier Hansson
2014-02-24
1
-3
/
+3
*
Use assert_nil instead as its clearer about what the return is expected to be
David Heinemeier Hansson
2014-02-18
1
-1
/
+1
*
Added Object#present_in to simplify value whitelisting
David Heinemeier Hansson
2014-02-18
1
-0
/
+5
*
Fix to_query with empty arrays too
Rafael Mendonça França
2014-02-06
1
-0
/
+2
*
Refatoring the method to avoid shot-circuit return
Rafael Mendonça França
2014-02-05
1
-0
/
+2
*
Test with a blank value
Rafael Mendonça França
2014-02-05
1
-2
/
+2
*
Move test to the right file
Rafael Mendonça França
2014-02-05
2
-11
/
+9
*
Fixed "Hash#to_param confused by empty hash values #13892"
Hincu Petru
2014-02-05
1
-0
/
+11
*
Moved all JSON core extensions into core_ext/object/json
Godfrey Chan
2013-09-13
1
-0
/
+9
*
Revert "Object#in? also accepts multiple parameters"
Brian Morearty
2013-05-01
1
-10
/
+0
*
remove unused parameter passed to assert_query_equal method
Vipul A M
2013-03-17
1
-1
/
+1
*
Remove .rb from require sentences
José Corcuera Z
2012-09-21
1
-1
/
+1
*
remove usages of AS::OrderedHash
Vishnu Atrai
2012-03-03
1
-2
/
+2
[next]