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
*
:hocho: Typos
Akira Matsuda
2015-09-21
1
-1
/
+1
*
:scissors: empty line at the top of files
Akira Matsuda
2015-09-21
5
-5
/
+0
*
Merge pull request #21250 from ronakjangir47/safe_const
Yves Senn
2015-09-07
1
-0
/
+4
|
\
|
*
safe_constantize - Added Object scoped missing test cases
Ronak Jangir
2015-09-06
1
-0
/
+2
|
/
*
ArrayInquirer to correctly find symbols or strings
Leigh Halliday
2015-08-28
1
-2
/
+7
*
- Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...
Vipul A M
2015-08-28
1
-0
/
+1
*
Removed duplicate requiring minitest/mock as it is already required in method...
Ronak Jangir
2015-08-26
1
-2
/
+0
*
Cleaned up generators tests using internal assertion helper
Ronak Jangir
2015-08-20
1
-0
/
+6
*
Replacing lambda with proc getting argument error because of it.
Ronak Jangir
2015-08-17
1
-0
/
+6
*
Merge pull request #21025 from ronakjangir47/asserts
Kasper Timm Hansen
2015-08-13
1
-0
/
+13
|
\
|
*
Added helper methods to stub any instance
Ronak Jangir
2015-08-13
1
-0
/
+13
*
|
Assert that the `:prefix` option of `number_to_human_size` is deprecated
Roque Pinel
2015-08-12
1
-8
/
+10
|
/
*
Deprecate :si prefix in number_to_human_size without replacement
Jean Boussier
2015-08-10
1
-9
/
+11
*
Only invoke the default block for mattr_accessor once so that it does not cau...
Lachlan Sylvester
2015-08-07
1
-0
/
+6
*
Small tweaks to mainly lock-ordering tests.
thedarkone
2015-07-22
1
-21
/
+58
*
Handle thread death during lock acquisition
Matthew Draper
2015-07-21
1
-0
/
+21
*
Adjust expectations around purpose/compatibility options
Matthew Draper
2015-07-21
1
-8
/
+35
*
Add some meta-assertions for the custom assertions
Matthew Draper
2015-07-21
1
-11
/
+63
*
Order of execution is only guaranteed if upgrading
Matthew Draper
2015-07-21
1
-1
/
+3
*
Tests for AS::Concurrency::ShareLock.
thedarkone
2015-07-20
1
-0
/
+194
*
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
[next]