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
/
lib
/
active_support
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent race condition when resetting time stubs
Eugene Kenny
2017-12-12
1
-1
/
+2
*
Use plain assert in assert_changes to avoid MT6 refutes
Genadi Samokovarov
2017-11-07
1
-7
/
+2
*
Resolve Minitest 6 deprecation in assert_no_changes
Dan Ott
2017-11-06
1
-1
/
+6
*
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
4
-8
/
+8
*
fix typo in assert_changes error message
Boris Slobodin
2017-07-31
1
-1
/
+1
*
Merge pull request #29860 from georgeclaghorn/travel-back-automatically
Rafael França
2017-07-24
1
-1
/
+8
|
\
|
*
Remove time stubs after each test
George Claghorn
2017-07-22
1
-1
/
+8
*
|
Fix doc format for `ActiveSupport::Testing::TimeHelpers` [ci skip]
yuuji.yaginuma
2017-07-15
1
-2
/
+2
|
/
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
12
-0
/
+12
*
:scissors:
Ryuta Kamizono
2017-07-11
1
-1
/
+0
*
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-4
/
+0
*
Added time helper method `freeze_time` which is an alias for `travel_to Time....
प्रथमेश Sonpatki
2017-07-10
1
-0
/
+21
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
12
-0
/
+12
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
4
-8
/
+8
*
Add missing "not" in the doc for `assert_no_changes` [ci skip]
Ryuta Kamizono
2017-05-30
1
-1
/
+1
*
Explicitly require AS::Time in AS::Testing::TimeHelpers
T.J. Schuck
2017-04-18
1
-0
/
+1
*
Prevent multiple values being set to `run_via`
yuuji.yaginuma
2017-02-18
1
-2
/
+2
*
Make time travel work with subclasses of Time/Date/Datetime
Jonas Nicklas
2017-01-10
1
-5
/
+5
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-2
/
+2
*
Fix arguments passing in testing isolation
Kir Shatrov
2016-11-30
1
-7
/
+8
*
Fix testing isolation
Kir Shatrov
2016-11-15
1
-1
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
fffffff, Add code missing in 29f0fbd
Kasper Timm Hansen
2016-09-25
1
-2
/
+2
*
Revise setting of run_with_rails_extension.
Kasper Timm Hansen
2016-09-25
1
-7
/
+4
*
use `message` that specified in argument to error message
yuuji.yaginuma
2016-08-31
1
-1
/
+1
*
use `inspect` for show `from` value
yuuji.yaginuma
2016-08-29
1
-1
/
+1
*
Move custom assertion to its proper place
Santosh Wadghule
2016-08-27
1
-0
/
+11
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-28
/
+28
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
7
-13
/
+13
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-1
/
+2
*
Introduce `assert_changes` and `assert_no_changes`
Genadi Samokovarov
2016-07-17
1
-0
/
+89
*
`travel/travel_to` travel time helpers, now raise on nested calls,
Vipul A M
2016-07-02
1
-8
/
+43
*
Create times in rails timezone not system timezone [ci skip]
aarongray
2016-06-21
1
-3
/
+3
*
Remove an unused require in ActiveSupport::TestCase
Genadi Samokovarov
2016-06-13
1
-2
/
+0
*
Remove `_run_class_setup`
Jon Moss
2016-06-10
1
-11
/
+0
*
Extract line filtering to Railties.
Kasper Timm Hansen
2016-01-09
1
-54
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-31
1
-1
/
+1
|
\
|
*
Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’
Ronak Jangir
2015-10-07
1
-1
/
+1
*
|
Fix bug where custom deprecators are not used.
Brandon Dunne
2015-10-14
1
-8
/
+9
|
/
*
make sure exceptions are marshalable when returning test results
Aaron Patterson
2015-09-30
1
-1
/
+17
*
Improve readability of docs by using code tag [ci skip]
Prakash Laxkar
2015-09-29
1
-1
/
+1
*
Make `assert_difference` return the result of the yielded block.
Lucas Mazza
2015-09-24
1
-1
/
+3
*
Cleaned up generators tests using internal assertion helper
Ronak Jangir
2015-08-20
1
-2
/
+4
*
Replacing lambda with proc getting argument error because of it.
Ronak Jangir
2015-08-17
1
-1
/
+1
*
Added helper methods to stub any instance
Ronak Jangir
2015-08-13
1
-1
/
+5
*
Add multiple expected calls to assert_called_with.
Kasper Timm Hansen
2015-07-10
1
-1
/
+6
[next]