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
*
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
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
3
-3
/
+3
*
Object#in? also accepts multiple parameters
Tadas Tamošauskas
2011-11-26
1
-0
/
+10
*
Fix Hash#to_query edge case with html_safe string on 1.8 ruby
brainopia
2011-09-16
1
-0
/
+9
*
Revert all the stuff to do with disallowing non-public methods for Module#del...
Jon Leighton
2011-08-25
1
-117
/
+0
*
Backport Object#public_send to 1.8 so that we can implement Module#delegate s...
Jon Leighton
2011-08-15
1
-0
/
+117
*
Only rescue a thrown NoMethodError, don't preemptively check for #include?; a...
Jared McFarland
2011-04-15
1
-0
/
+4
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-6
/
+0
*
Update test name to the corresponding method name
Sebastian Martinez
2011-04-12
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-3
/
+3
*
Add support for Object#in? and Object#either? in Active Support [#6321 state:...
Prem Sichanugrist, Brian Morearty, John Reitano
2011-04-11
1
-0
/
+52
*
Revert "Quick fix for not escaping []s (not ideal)"
Santiago Pastorino
2010-11-18
1
-4
/
+4
*
These tests are trusting in the order of the elements so use OrderedHash inst...
Santiago Pastorino
2010-07-21
1
-2
/
+3
*
Failing tests for to_param/to_query not escaping "[]"
Joshua Peek
2009-12-02
1
-4
/
+4
*
Consolidate Object#to_param and #to_query core extensions
Jeremy Kemper
2009-11-02
2
-0
/
+62