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
/
testing.rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated `test:all` and `test:all:db` tasks
Rafael Mendonça França
2015-01-04
1
-23
/
+0
*
docs, AR no longer makes use of `test:prepare`. [ci skip]
Yves Senn
2014-11-28
1
-1
/
+2
*
Simplify rake test vs rake test:all
David Geukers
2014-11-10
1
-3
/
+20
*
Add `test:jobs` task
yuuji.yaginuma
2014-09-15
1
-3
/
+3
*
rbconfig is not used in these files
Arun Agrawal
2013-12-26
1
-1
/
+0
*
Update testing.rake with more accurate description of test task.
Josef Šimánek
2013-10-29
1
-1
/
+1
*
Added generated unit test for generator generator and new test:generators rak...
Josef Šimánek
2013-07-16
1
-1
/
+5
*
Removed unused deprecation requires.
Paul Nikitochkin
2013-07-03
1
-1
/
+0
*
Making the rake file for tests easier to read.
wangjohn
2013-06-25
1
-12
/
+1
*
Removing deprecation message and silencing method.
wangjohn
2013-06-26
1
-18
/
+0
*
Removing deprecated rake tasks.
wangjohn
2013-06-24
1
-62
/
+0
*
Refactoring the creation of TestTasks to remove code duplication.
wangjohn
2013-05-02
1
-18
/
+4
*
remove unused variables
Vipul A M
2013-04-06
1
-1
/
+0
*
extract test info from the command line and set up the test task
Aaron Patterson
2013-04-05
1
-4
/
+6
*
Update Rake tasks to call `rails test` instead
Prem Sichanugrist
2013-04-05
1
-7
/
+10
*
Merge branch 'master' into railstest
Aaron Patterson
2013-04-05
1
-0
/
+4
|
\
*
|
check pending migrations against the test db
Aaron Patterson
2013-04-03
1
-15
/
+1
*
|
a test file can be provided to rake, e.g.:
Aaron Patterson
2013-04-03
1
-1
/
+10
*
|
switch to Rails::TestTask
Aaron Patterson
2013-04-03
1
-24
/
+11
*
|
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
1
-1
/
+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
1
-14
/
+14
*
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
1
-1
/
+15
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-11
/
+1
*
Move SubTestTask. Soften up tests.
Jeremy Kemper
2011-12-21
1
-38
/
+1
*
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
*
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
[next]