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
...
*
the official profiler (present in 1.9) should have the highest priority
Gonçalo Silva
2010-06-17
1
-31
/
+31
*
don't set cpu_frequency if RubyProf resolved it
Gonçalo Silva
2010-06-17
1
-2
/
+2
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-1
/
+1
*
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Anil Wadghule
2010-04-26
1
-1
/
+2
*
Missing requires added
Santiago Pastorino
2010-04-20
1
-0
/
+3
*
adds missing require for blank? and present?
Xavier Noria
2010-03-31
1
-0
/
+1
*
New assertion: assert_present [#4299 state:committed]
Juanjo Bazan
2010-03-30
1
-0
/
+7
*
new assertion: assert_blank
Juanjo Bazan
2010-03-30
1
-0
/
+7
*
Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...
wycats
2010-03-17
1
-2
/
+2
*
testing/performance.rb needs active_support/core_ext/string/inflections becau...
Xavier Noria
2010-01-01
1
-0
/
+1
*
Allow ActiveSupport's isolation tests to run with MiniTest on 1.9
Carl Lerche
2009-12-30
1
-18
/
+46
*
Setup and teardown now use new callbacks.
José Valim
2009-12-30
1
-27
/
+46
*
Reorganize autoloads:
Carlhuda
2009-12-02
1
-337
/
+341
*
Fixes remote errors in isolation tests
Yehuda Katz
2009-11-23
1
-0
/
+15
*
Ruby 1.9: use method_name to work around miniunit API changes
Jeremy Kemper
2009-11-08
1
-2
/
+2
*
Have all the tests running off a single Gemfile
Yehuda Katz + Carl Lerche
2009-10-20
1
-2
/
+0
*
Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...
Carl Lerche
2009-10-16
1
-0
/
+2
*
Revert "Get AS TestCase off deprecated callbacks"
Jeremy Kemper
2009-10-14
1
-13
/
+1
*
Revert "Rewrite AS::TestCase setup/teardown as a single callback chain"
Jeremy Kemper
2009-10-14
1
-30
/
+27
*
Revert "Missing requires"
Jeremy Kemper
2009-10-14
1
-1
/
+0
*
Missing requires
Michael Koziarski
2009-10-15
1
-0
/
+1
*
Finish porting over the initializers to the app object and fix all the tests
Carl Lerche
2009-10-14
1
-2
/
+0
*
Rewrite AS::TestCase setup/teardown as a single callback chain
Joshua Peek
2009-10-12
1
-27
/
+30
*
Get AS TestCase off deprecated callbacks
Joshua Peek
2009-10-12
1
-1
/
+13
*
Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks
Joshua Peek
2009-10-12
1
-4
/
+2
*
To unmarshal MissingSourceFile from child
Jeremy Kemper
2009-10-09
1
-1
/
+3
*
Fix the broken railties isolation tests
Carl Lerche
2009-09-29
1
-4
/
+9
*
Move AS vendor support into bundler.
Joshua Peek
2009-09-13
1
-2
/
+0
*
Get Initializer tests running without requiring parts of Rails being loaded f...
Yehuda Katz + Carl Lerche
2009-07-06
1
-70
/
+72
*
Adds support for def self.setup in isolation tests for setup that should be r...
Yehuda Katz + Carl Lerche
2009-07-02
1
-0
/
+5
*
Crazy hacks to get the Isolation testing module to work on non forking enviro...
Yehuda Katz + Carl Lerche
2009-06-30
1
-10
/
+69
*
Created AS::Testing::Isolation which runs each test case in a separate process.
Yehuda Katz + Carl Lerche
2009-06-30
1
-0
/
+39
*
Remove stray checks for Rspec in the testing setup.
Carl Lerche
2009-06-30
2
-8
/
+0
*
Got controller/mime_responds_test.rb running on the new base
Yehuda Katz + Carl Lerche
2009-05-20
1
-0
/
+5
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Opt in to Dependencies
Jeremy Kemper
2009-04-22
1
-9
/
+9
*
Resurrecting 1.9 compatibility.
Carl Lerche & Yehuda Katz
2009-04-13
1
-1
/
+1
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
4
-87
/
+18
|
\
|
*
The latest trunk of Mocha > 0.9.5 which addresses issue with MiniUnit compati...
Ken Collins
2009-03-10
1
-1
/
+6
|
*
Oops, don't yield per expression
Jeremy Kemper
2009-02-06
1
-10
/
+9
|
*
Include failed difference expression in assert message
Jeremy Kemper
2009-02-06
1
-8
/
+10
|
*
Remove dead testing core_ext
Jeremy Kemper
2009-02-06
2
-78
/
+0
|
*
Work around enumerable string deprecation warnings
Jeremy Kemper
2009-02-06
1
-6
/
+9
|
*
Tightening the condition for including ActiveSupport::Testing::SetupAndTeardo...
Matthias Hennemeyer
2009-02-06
1
-1
/
+1
*
|
Revert rspec-runner change. TODO: Add back support for the rspec T::U runner.
Carl Lerche & Yehuda Katz
2009-04-09
1
-11
/
+5
*
|
Layouts work in AbstractController. Add support for the rspec runner for T::U
Yehuda Katz and Carl Lerche
2009-04-07
2
-33
/
+61
*
|
Changes necessary to run the T::U tests with the rspec runner
Yehuda Katz and Carl Lerche
2009-04-06
1
-2
/
+10
*
|
Whoops.
Yehuda Katz
2009-02-02
1
-0
/
+40
|
/
*
Process time should be wall time when benchmarking
Pratik Naik
2009-01-09
1
-1
/
+1
*
Require Mocha >= 0.9.3 which includes a MiniTest adapter
Jeremy Kemper
2008-11-23
1
-45
/
+0
[prev]
[next]