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
*
deprecate `describe` without a block.
Aaron Patterson
2012-07-09
1
-22
/
+0
*
we still need `describe` as the implementation differs from minitest
Aaron Patterson
2012-07-08
1
-0
/
+22
*
minitest provides "it" and "describe"
Aaron Patterson
2012-07-08
1
-40
/
+0
*
Kill not used constant since removal of runner method
Carlos Antonio da Silva
2012-07-03
1
-9
/
+0
*
remove the runner method copied from minitest
Aaron Patterson
2012-07-03
1
-20
/
+7
*
hook mocha in through m/t before_setup, after_teardown hooks
Aaron Patterson
2012-07-03
2
-7
/
+22
*
add :nodoc: to internal implementations [ci skip]
Francesco Rodriguez
2012-06-22
2
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-06-22
1
-23
/
+34
|
\
|
*
fixes a few mistakes in api docs [ci skip]
Vijay Dev
2012-06-22
1
-1
/
+1
|
*
update AS::Testing::Assertions docs
Francesco Rodriguez
2012-06-19
1
-21
/
+32
|
*
fix typo [ci skip]
Francesco Rodriguez
2012-06-19
1
-2
/
+2
*
|
Run the logger tests in isolation
Rafael Mendonça França
2012-06-19
1
-1
/
+1
*
|
CORES needs to be a integer
Rafael Mendonça França
2012-06-19
1
-1
/
+1
*
|
run railties tests in parallel, default to 2 cores
Aaron Patterson
2012-06-19
1
-0
/
+39
|
/
*
Eliminate dependency on Rails::VERSION::STRING
Andrew White
2012-06-05
1
-18
/
+23
*
Reduce warning messages when running Active Support tests
Andrew White
2012-05-31
1
-0
/
+5
*
Merge pull request #6525 from freerange/minitest-passthrough-exceptions
José Valim
2012-05-29
1
-0
/
+12
|
\
|
*
Avoid dependency on MiniTest::Unit::TestCase::PASSTHROUGH_EXCEPTIONS.
James Mead
2012-05-29
1
-2
/
+10
|
*
Exceptions like Interrupt should not be rescued.
James Mead
2012-05-28
1
-0
/
+4
*
|
decoupling activesupport performance testing from actionview and adding tests
Andrew Mutz
2012-05-28
1
-4
/
+4
|
/
*
reverting decoupling of NumberHelper from safe_join and adding tests for esca...
Andrew Mutz
2012-05-18
1
-0
/
+1
*
Remove dependency on safe_join from number helpers
Carlos Antonio da Silva
2012-05-13
1
-3
/
+2
*
Need to include "OutputSaftyHelper" here to prevent
Arun Agrawal
2012-05-13
1
-0
/
+1
*
Fixed ruby-prof changes and let's use latest ruby-prof now.
Arun Agrawal
2012-05-13
1
-1
/
+1
*
Remove key argument from run_callbacks to fix build
Francesco Rodriguez
2012-05-10
1
-1
/
+1
*
Remove unused assignments
Mark Rushakoff
2012-04-29
1
-1
/
+1
*
merge MRI performance methods into one file
Sergey Nartimov
2012-01-30
2
-56
/
+26
*
no need in separate MiniTest modules
Sergey Nartimov
2012-01-24
2
-39
/
+30
*
Remove ActiveSupport::TestCase#pending, use `skip` instead
Carlos Antonio da Silva
2012-01-21
1
-20
/
+0
*
Test::Unit::Collector::ObjectSpace is not present anymore
Rafael Mendonça França
2012-01-18
1
-10
/
+0
*
just mix the run method in for minitest
Aaron Patterson
2012-01-06
1
-14
/
+11
*
Remove more references to Test::Unit
Rafael Mendonça França
2012-01-06
1
-19
/
+0
*
Remove Array.wrap calls in ActiveSupport
Rafael Mendonça França
2012-01-06
1
-2
/
+1
*
Merge pull request #4322 from castlerock/minitest_pending
José Valim
2012-01-05
1
-33
/
+1
|
\
|
*
ActiveSupport::Testing::Pending support for MiniTest only
Vishnu Atrai
2012-01-05
1
-33
/
+1
*
|
support only MiniTest run with Isolation test
Vishnu Atrai
2012-01-05
1
-29
/
+1
|
/
*
Merge pull request #4198 from castlerock/remove_GC_checks_for_ruby19
Santiago Pastorino
2011-12-27
1
-10
/
+4
|
\
|
*
remove conditions for GC::Profiler in ruby19
Vishnu Atrai
2011-12-27
1
-10
/
+4
*
|
Removed RUBY_ENGINE checks for ruby18
Miguel Camba
2011-12-27
1
-3
/
+1
|
/
*
Merge pull request #4195 from castlerock/remove_19_condition_for_GC_Profiler
Santiago Pastorino
2011-12-26
1
-9
/
+6
|
\
|
*
GC::Profiler available in ruby19
Vishnu Atrai
2011-12-27
1
-9
/
+6
*
|
remove ForClassicTestUnit support for ruby 1.8
Vishnu Atrai
2011-12-26
2
-112
/
+2
|
/
*
Initial pass at removing dead 1.8.x code from Active Support.
José Valim
2011-12-20
2
-59
/
+0
*
Fix syntax error in rdocs.
Semyon Perepelitsa
2011-12-20
1
-1
/
+1
*
fixing assert_difference issues on ruby 1.8
Aaron Patterson
2011-08-04
1
-6
/
+7
*
make assert_difference error message not suck
Aaron Patterson
2011-08-03
1
-5
/
+6
*
correct error message for failed creation
Ray Baxter
2011-06-26
1
-1
/
+1
*
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
6
-52
/
+50
*
import to java_import.
Arun Agrawal
2011-05-24
1
-1
/
+1
*
removed redundant metric support check (and print when it isn't)
Gonçalo Silva
2011-05-10
2
-6
/
+6
[next]