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
*
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
*
remove forgotten puts
Gonçalo Silva
2011-05-10
1
-1
/
+0
*
ruby-prof's awesome call stack printer is now used by default
Gonçalo Silva
2011-05-10
1
-1
/
+1
*
benchmarker and profiler now use the new performance testing tools (support f...
Gonçalo Silva
2011-05-10
1
-4
/
+7
*
contemplate unsupported metrics
Gonçalo Silva
2011-05-09
3
-30
/
+18
*
explicitly return from run() under minitest (metrics were printed with the pr...
Gonçalo Silva
2011-05-08
2
-1
/
+3
*
Merge branch 'master' of https://github.com/rails/rails into performance_test
Gonçalo Silva
2011-05-08
3
-46
/
+93
|
\
|
*
minitest/ruby19 compatible performance test
Jan Xie
2011-05-05
1
-43
/
+88
|
*
convert strings to lambdas so we can use a consistent interface to the object...
Aaron Patterson
2011-05-01
1
-5
/
+5
|
*
assert_difference can take a callable piece of code rather than just evaling ...
Aaron Patterson
2011-05-01
1
-4
/
+15
*
|
don't use internal profiler methods on Rubinius and JRuby since we're only me...
Gonçalo Silva
2011-04-03
3
-8
/
+14
*
|
removed unused class declaration
Gonçalo Silva
2011-04-03
1
-2
/
+0
*
|
Merge branch 'master' of https://github.com/rails/rails into performance_test
Gonçalo Silva
2011-04-03
2
-21
/
+32
|
\
|
|
*
Moved Turn activation/dependency to railties
David Heinemeier Hansson
2011-03-31
1
-33
/
+0
|
*
Add using Turn with natural language test case names if the library is availa...
David Heinemeier Hansson
2011-03-31
2
-0
/
+40
|
*
Delegate pending to skip if Minitest is available
David Heinemeier Hansson
2011-03-30
1
-21
/
+25
*
|
profiling enabled under JRuby. Added documentation for workaround described i...
Gonçalo Silva
2011-04-03
4
-17
/
+8
*
|
check if there is support for the specified metric when profiling
Gonçalo Silva
2011-03-30
4
-24
/
+32
*
|
fixed a bug where rubinius was creating the profiling files as directories
Gonçalo Silva
2011-03-30
1
-1
/
+1
*
|
don't allow decimal places on the amount of objects and gc runs
Gonçalo Silva
2011-03-29
1
-1
/
+1
*
|
improved detection and feedback of supported/unsupported metrics
Gonçalo Silva
2011-03-28
6
-54
/
+7
*
|
fixed a couple of hidden bugs
Gonçalo Silva
2011-03-28
3
-3
/
+4
*
|
improved options handling in performance tests
Gonçalo Silva
2011-03-28
4
-39
/
+42
*
|
we need test-unit on mri 1.9
Gonçalo Silva
2011-03-28
1
-3
/
+7
*
|
added profiling and benchmarking capabilities to jruby (profiling is crippled...
Gonçalo Silva
2011-03-28
1
-18
/
+53
[next]