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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`
Roque Pinel
2015-07-19
1
-0
/
+4
*
ActiveSupport::HashWithIndifferentAccess select and reject should return enum...
Bernard Potocki
2015-07-17
1
-0
/
+10
*
Expand coverage of JSON gem tests
Godfrey Chan
2015-07-11
1
-16
/
+30
*
Expand the JSON test coverage for Struct and Hash (?!)
Godfrey Chan
2015-07-11
1
-1
/
+13
*
Add tests to ensure we don't interfere with json gem's output
Godfrey Chan
2015-07-11
3
-102
/
+160
*
Require yaml for XML mini isolation test.
Kasper Timm Hansen
2015-07-11
1
-0
/
+1
*
Require yaml for time_zone isolation test.
Kasper Timm Hansen
2015-07-11
1
-0
/
+1
*
Add multiple expected calls to assert_called_with.
Kasper Timm Hansen
2015-07-10
1
-0
/
+7
*
Require yaml for time_with_zone isolation test
Prem Sichanugrist
2015-07-10
1
-0
/
+1
*
Reuse the same test for HWIA reverse_merge!
Rafael Mendonça França
2015-07-10
1
-3
/
+1
*
Merge pull request #20828 from Sirupsen/hash-indifferent-dup-default-proc
Rafael Mendonça França
2015-07-10
2
-11
/
+37
|
\
|
*
test/hash: move lonely indifferent hash test
Simon Eskildsen
2015-07-10
2
-11
/
+6
|
*
active_support/indifferent_hash: dont raise on to_hash when default_proc raises
Simon Eskildsen
2015-07-10
1
-0
/
+14
|
*
active_support/indifferent_hash: fix cloning default_proc on dup
Simon Eskildsen
2015-07-10
1
-0
/
+17
*
|
Removed use of mocha in active_support
Ronak Jangir
2015-07-10
8
-65
/
+87
*
|
Add method call assertions for internal use.
Kasper Timm Hansen
2015-07-08
1
-0
/
+91
|
/
*
remove bad test.
Aaron Patterson
2015-06-25
1
-4
/
+0
*
Escape HTML entities in JSON keys
Rafael Mendonça França
2015-06-16
1
-0
/
+7
*
Merge pull request #20440 from repinel/fix-message-verifier-encoding-issue
Matthew Draper
2015-06-16
1
-0
/
+1
|
\
|
*
Fix the message verifier encoding issue
Roque Pinel
2015-06-14
1
-0
/
+1
*
|
Fix inflector test by using dup inflections when it needs to be changed
Roque Pinel
2015-06-15
1
-86
/
+68
|
/
*
Merge pull request #18365 from pocke/fix_datatime_compare
Aaron Patterson
2015-06-12
2
-0
/
+14
|
\
|
*
DateTime#<=> return nil when compare to the invalid String as Time.
pocke
2015-01-06
2
-0
/
+14
*
|
Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classes
Kristijan Novoselic
2015-06-12
1
-0
/
+25
*
|
Removed mocha stubbing in active_support
Ronak Jangir
2015-06-07
10
-309
/
+366
*
|
Merge pull request #20362 from kddeisz/enumerable_pluck
Rafael Mendonça França
2015-06-01
1
-0
/
+9
|
\
\
|
*
|
Allow Enumerable#pluck to take a splat.
Kevin Deisz
2015-05-29
1
-0
/
+9
*
|
|
Fix a range of values for parameters of the Time#change
Nikolay Kondratyev
2015-06-01
1
-0
/
+4
|
/
/
*
|
Merge pull request #20267 from kaspth/fix-minitest-constant-clashing
Rafael Mendonça França
2015-05-28
8
-43
/
+45
|
\
\
|
*
|
Avoid E constant clashing with Minitest defined version.
Kasper Timm Hansen
2015-05-22
8
-43
/
+45
*
|
|
Add Enumerable#pluck.
Kevin Deisz
2015-05-28
1
-0
/
+5
*
|
|
Merge pull request #20208 from gaurish/raise_on_missing_ordered_options
Rafael Mendonça França
2015-05-26
1
-0
/
+15
|
\
\
\
|
*
|
|
Add bang version to OrderedOptions
Gaurish Sharma
2015-05-23
1
-0
/
+15
*
|
|
|
Remove `.superclass_delegating_accessor`. Refer #14271
Akshay Vishnoi
2015-05-24
1
-122
/
+0
|
/
/
/
*
|
|
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
*
|
|
Only define #positive? and #negative? on Ruby 2.2
Rafael Mendonça França
2015-05-19
1
-6
/
+78
*
|
|
Merge pull request #20143 from vngrs/move_integer_positive_negative_to_numeric
Rafael Mendonça França
2015-05-19
2
-12
/
+12
|
\
\
\
|
*
|
|
Move Integer#positive? and Integer#negative? query methods to Numeric class
Mehmet Emin İNAÇ
2015-05-13
2
-12
/
+12
|
|
/
/
*
/
/
remove warning from integer ext test
yuuji.yaginuma
2015-05-14
1
-2
/
+2
|
/
/
*
|
Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...
David Heinemeier Hansson
2015-05-13
1
-0
/
+12
*
|
as/core_ext require's not used
Ankit Gupta
2015-05-08
2
-2
/
+0
*
|
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
*
|
Improve ActiveSupport::TimeWithZone conversion to YAML
Andrew White
2015-04-22
2
-2
/
+54
*
|
Refactor ActiveSupport::Timezone#strptime
Andrew White
2015-04-22
1
-0
/
+9
*
|
Add ActiveSupport::TimeZone#strptime.
Paul A Jungwirth
2015-04-22
1
-0
/
+65
*
|
Allow AS::Cache::FileStore#clear without cache directory
Kohei Suzuki
2015-04-09
1
-0
/
+6
*
|
Merge pull request #19029 from iainbeeston/skipping-undefined-callbacks
Rafael Mendonça França
2015-04-06
1
-7
/
+25
|
\
\
|
*
|
Raise ArgumentError if an unrecognised callback is skipped
Iain Beeston
2015-04-03
1
-7
/
+25
[next]