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
*
Set the Rails environment from an environment variable
Aaron Patterson
2017-12-08
1
-4
/
+1
*
Fix Rails environment when running tests with Ruby
Aaron Patterson
2017-12-06
1
-1
/
+4
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
2
-2
/
+2
*
Remove unused require
yuuji.yaginuma
2017-08-19
1
-1
/
+0
*
Merge pull request #29891 from pat/frozen-string-literals-railties
Rafael França
2017-08-14
4
-0
/
+8
|
\
|
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
4
-0
/
+8
*
|
Show minitest options in test runner help
yuuji.yaginuma
2017-07-31
1
-1
/
+1
|
/
*
Merge pull request #29926 from pawandubey:fix-test-with-absolute-paths
Kasper Timm Hansen
2017-07-25
1
-1
/
+4
|
\
|
*
Allow bin/rails test task to take absolute paths as arguments
Pawan Dubey
2017-07-25
1
-3
/
+3
|
/
*
Fix root not being defined on Travis.
Kasper Timm Hansen
2017-07-16
1
-1
/
+6
*
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
5
-252
/
+150
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
3
-4
/
+4
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-1
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+1
*
Update system test runner docs
eileencodes
2017-05-14
1
-0
/
+1
*
rake -T should load development env by default, not test
Timo Kilpilehto
2017-05-10
1
-1
/
+1
*
Allow to receive arbitrary arguments in `aggregated_results`
yuuji.yaginuma
2017-05-10
1
-1
/
+1
*
Avoid running system tests by default
Robin Dupret
2017-03-05
3
-10
/
+19
*
Fix run_via[]= backwards compatibility.
Kasper Timm Hansen
2017-02-21
1
-1
/
+3
*
Merge pull request #26703 from eileencodes/rails_system_tests
Eileen M. Uchitelle
2017-02-20
2
-0
/
+6
|
\
|
*
Refactor config settings to use generated file
eileencodes
2017-02-20
1
-13
/
+1
|
*
Don't load ActionSystemTest in production
eileencodes
2017-02-20
1
-0
/
+12
|
*
Add generators and ability to run system tests
eileencodes
2017-02-20
2
-0
/
+6
*
|
Prevent multiple values being set to `run_via`
yuuji.yaginuma
2017-02-18
1
-5
/
+29
|
/
*
Collect all file patterns when running multiple rake test tasks
Dominic Cleal
2017-02-04
1
-7
/
+7
*
add warnings option to test runner
yuuji.yaginuma
2017-01-24
1
-0
/
+5
*
Use `on_load` to trigger commandline processing code
Aaron Patterson
2016-10-21
1
-0
/
+8
*
Prevent the test framework from being loaded in production mode
Aaron Patterson
2016-10-21
1
-6
/
+0
*
Use autorun when running via Rake.
Kasper Timm Hansen
2016-09-25
1
-3
/
+13
*
Revise setting of run_with_rails_extension.
Kasper Timm Hansen
2016-09-25
1
-5
/
+5
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-3
/
+3
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in railties
Xavier Noria
2016-08-06
1
-5
/
+5
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
6
-17
/
+17
*
remove unnessary option setting from test runner
yuuji.yaginuma
2016-04-25
1
-5
/
+2
*
[ci skip] Improve comment minitest plugin initialization.
Kasper Timm Hansen
2016-03-22
1
-2
/
+4
*
Don't get ahead of ourselves.
Kasper Timm Hansen
2016-03-22
1
-3
/
+3
*
Set Rails as the first minitest initialized plugin.
Kasper Timm Hansen
2016-03-22
1
-1
/
+3
*
make sure `rake test` respects TESTOPTS
Aaron Patterson
2016-02-22
1
-1
/
+2
*
[ci skip] Mention testing fore-runners.
Kasper Timm Hansen
2016-02-21
1
-0
/
+2
*
use method provided by minitest
yuuji.yaginuma
2016-02-21
1
-7
/
+1
*
modify to `error` also abort when specify fail fast option
yuuji.yaginuma
2016-02-17
2
-2
/
+2
*
test runner, relay minitest information about the error location.
Yves Senn
2016-02-15
1
-1
/
+1
*
Revert "Prefer Minitest's location for test failures."
Yves Senn
2016-02-15
1
-8
/
+2
*
Fix mixing line filters with Minitest's -n filter.
Kasper Timm Hansen
2016-02-05
1
-4
/
+12
*
Fix line filters running tests from multiple runnables.
Kasper Timm Hansen
2016-02-03
1
-1
/
+1
*
Don't run all tests when files end in a colon.
Kasper Timm Hansen
2016-01-18
1
-1
/
+1
*
bring back `TEST` env for `rake test`.
Yves Senn
2016-01-12
1
-1
/
+6
*
Merge pull request #22808 from y-yagi/do_not_clear_all_reporters
Kasper Timm Hansen
2016-01-11
1
-1
/
+2
|
\
[next]