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
*
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
*
Add method call assertions for internal use.
Kasper Timm Hansen
2015-07-08
1
-0
/
+30
*
inline test runner check into `as/testing/autorun.rb`.
Yves Senn
2015-06-11
1
-1
/
+8
*
Merge pull request #19571 from kaspth/improve-runner-integration
Yves Senn
2015-06-08
1
-0
/
+54
|
\
|
*
Improve test runner's Minitest integration.
Kasper Timm Hansen
2015-06-04
1
-0
/
+54
*
|
A few documentation tweaks [ci skip]
Robin Dupret
2015-06-07
1
-1
/
+1
|
/
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-1
/
+1
*
use keyword arguments in HTTP request methods of assert_difference example [c...
yuuji.yaginuma
2015-05-24
1
-9
/
+9
*
MRI compatible code for ActiveSupport::Testing::Isolation::Subprocess
Alexey Gaziev
2015-04-19
1
-4
/
+4
*
Small doc fix. [CI SKIP]
Guo Xiang Tan
2015-03-24
1
-1
/
+1
*
add `DateTime.now` to list of `TimeHelpers#travel_to` stubbing [ci skip]
yuuji.yaginuma
2015-03-12
1
-9
/
+11
*
Merge pull request #18526 from vipulnsward/add-silence-stream
Rafael Mendonça França
2015-02-05
1
-0
/
+42
|
\
|
*
- Extracted silence_stream method to new module in activesupport/testing.
Vipul A M
2015-01-20
1
-0
/
+42
*
|
Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.now
Yuki Nishijima
2015-02-03
1
-0
/
+1
*
|
introduce `ActiveSupport::Testing::FileFixtures`.
Yves Senn
2015-01-28
1
-0
/
+34
|
/
*
Better fork detection in ActiveSupport::Testing::Isolation
deepj
2015-01-10
1
-3
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Merge pull request #17302 from claudiob/replace-slower-block-call-with-faster...
Rafael Mendonça França
2014-10-18
1
-2
/
+2
*
Revert "Replace (slower) block.call with (faster) yield"
Zachary Scott
2014-10-18
1
-2
/
+2
*
Replace (slower) block.call with (faster) yield
claudiob
2014-10-18
1
-2
/
+2
*
Use `safe_constantize`.
Guo Xiang Tan
2014-09-02
1
-5
/
+1
*
Fix rounding errors with #travel_to by resetting the usec on any passed time ...
David Heinemeier Hansson
2014-08-17
1
-1
/
+5
*
Prefer to pass block when logging.
Guo Xiang Tan
2014-07-18
1
-1
/
+1
*
Make the isolated tests run on JRuby
Robin Dupret
2014-06-21
1
-6
/
+16
[next]