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
/
railties
/
lib
/
rails
/
test_unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
switch to Rails::TestTask
Aaron Patterson
2013-04-03
2
-25
/
+34
*
|
Revert "Update Rake tasks to call `rails test` instead"
Aaron Patterson
2013-04-03
1
-28
/
+52
*
|
Revert "Warning removed unused variable task_name"
Aaron Patterson
2013-04-03
1
-0
/
+1
|
/
*
Warning removed unused variable task_name
Arun Agrawal
2013-03-15
1
-1
/
+0
*
Update Rake tasks to call `rails test` instead
Prem Sichanugrist
2013-03-09
1
-52
/
+28
*
Added test:all and test:all:db tasks to speed up full test runs.
Ryan Davis
2013-02-04
1
-0
/
+12
*
remove performance tests from the default stack
Yves Senn
2013-01-10
2
-2
/
+1
*
extract PerformanceTest into rails-performance_tests gem
Yves Senn
2013-01-10
1
-11
/
+0
*
Rake test:uncommitted finds git directory in ancestors.
Nicolas Despres
2012-11-10
1
-1
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
2
-16
/
+16
*
Update test locations
Mike Moore
2012-10-09
1
-6
/
+30
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
1
-2
/
+2
*
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
1
-2
/
+2
*
ignore .gitignore'd files in rake test:uncomitted
Akira Matsuda
2012-06-12
1
-1
/
+1
*
Fix that failed tests should exit with a nonzero error code.
Jeremy Kemper
2012-02-07
2
-31
/
+17
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-11
/
+1
*
Move SubTestTask. Soften up tests.
Jeremy Kemper
2011-12-21
2
-38
/
+37
*
Restore `rake TEST=test/unit/foo_test.rb` support.
Jeremy Kemper
2011-12-21
1
-1
/
+5
*
Rails::SubTestTask warns on test failure and moves on. Renamed from TestTaskW...
Jeremy Kemper
2011-12-21
1
-45
/
+38
*
Refactor test:uncommitted task.
Arun Agrawal
2011-11-09
1
-10
/
+3
*
Should be checking if file exists or not.
Arun Agrawal
2011-11-08
1
-3
/
+9
*
method redefined warning removed!
Arun Agrawal
2011-10-29
1
-0
/
+1
*
testing.rake should set the default task, closes #2564
José Valim
2011-10-07
1
-0
/
+2
*
For svn files also spilt required
Arun Agrawal
2011-07-23
1
-1
/
+1
*
Spliting the ouput of git ls-files for running tasks Fixes #713
Arun Agrawal
2011-07-23
1
-1
/
+1
*
Add test to rake test for error messages
Wen-Tien Chang
2011-06-30
1
-1
/
+5
*
Make "rake test" display not only task name but also exception message.
Wen-Tien Chang
2011-06-29
1
-2
/
+2
*
prevent rake test to run the test suite three times when ENV['TEST'] is set [...
David Calavera
2010-10-10
1
-1
/
+6
*
Added config.app_generators to allow configuring application's generators fro...
Piotr Sarnacki
2010-09-30
1
-1
/
+1
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
1
-1
/
+2
*
Corrected the rake test:units and test:functionals description [#5251 state:c...
Prashant P. Shah
2010-08-01
1
-1
/
+1
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-1
/
+1
*
Cut down even further on rake -T noise
David Heinemeier Hansson
2010-06-09
1
-13
/
+37
*
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Anil Wadghule
2010-04-26
1
-1
/
+1
*
Ensure application rake tasks and generators are loaded after the ones specif...
José Valim
2010-04-26
1
-0
/
+2
*
Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]
Anil Wadghule
2010-04-13
1
-1
/
+1
*
db:test:prepare for tasks only if AR is loaded
Santiago Pastorino
2010-04-09
1
-7
/
+11
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+0
*
Resolve test/unit load ordering by removing backtrace filter from boot initia...
Jeremy Kemper
2010-02-11
1
-9
/
+1
*
Check if Test::Unit is defined before adding backtrace filter.
José Valim
2010-02-07
1
-1
/
+1
*
Add backtrace cleaner on test unit railtie.
José Valim
2010-02-07
1
-0
/
+8
*
Only load testing tasks if test unit is being used.
José Valim
2010-01-29
2
-2
/
+132
*
Cleanup the test_unit generator move into the railtie
Carl Lerche
2010-01-28
1
-1
/
+7
*
Test::Unit Railtie
Carlhuda
2010-01-28
1
-0
/
+11
[prev]