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_help.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use testing lazy-load hooks:
Edouard CHIN
2018-07-04
1
-10
/
+11
*
Add test parallelization to Rails
eileencodes
2018-02-15
1
-0
/
+1
*
`create_fixtures` doesn't work since at least a94220b66c9e4890007f66b092b25f8...
Edouard CHIN
2017-12-11
1
-4
/
+0
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
1
-0
/
+2
*
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-1
/
+0
*
[Railties] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
Friendly maintain schema failure
Kir Shatrov
2017-04-30
1
-1
/
+6
*
Remove unnecessary system test code
eileencodes
2017-03-03
1
-13
/
+0
*
Only load SystemTestCase if Puma is defined
yuuji.yaginuma
2017-02-27
1
-2
/
+2
*
Only load SystemTestCase if Capybara is defined
eileencodes
2017-02-21
1
-5
/
+10
*
Move and rename system tests
eileencodes
2017-02-20
1
-2
/
+2
*
Refactor config settings to use generated file
eileencodes
2017-02-20
1
-1
/
+1
*
Turn system testing into it's own gem and rename
eileencodes
2017-02-20
1
-2
/
+2
*
Appease Rubocop
eileencodes
2017-02-20
1
-1
/
+1
*
Add skeleton for Rails::SystemTestCase
eileencodes
2017-02-20
1
-0
/
+8
*
Avoid documenting private or external classes
Robin Dupret
2017-02-07
1
-4
/
+8
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
1
-6
/
+6
*
Add `:nodoc:` for internal testing methods [ci skip]
Robin Dupret
2015-07-28
1
-2
/
+2
*
inline test runner check into `as/testing/autorun.rb`.
Yves Senn
2015-06-11
1
-4
/
+1
*
Improve test runner's Minitest integration.
Kasper Timm Hansen
2015-06-04
1
-1
/
+5
*
Use `def before_setup` instead of `setup do`
eileencodes
2015-05-02
1
-2
/
+4
*
Revert "Use `def setup` instead of `setup do`"
eileencodes
2015-03-20
1
-4
/
+2
*
Move minitest plugin
Arthur Neves
2015-03-18
1
-6
/
+1
*
Use `def setup` instead of `setup do`
eileencodes
2015-03-12
1
-2
/
+4
*
introduce `ActiveSupport::Testing::FileFixtures`.
Yves Senn
2015-01-28
1
-0
/
+1
*
Require action_controller before any other action_controller file
Rafael Mendonça França
2014-04-10
1
-0
/
+1
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-0
/
+2
*
Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...
Vipul A M
2013-12-18
1
-1
/
+1
*
BACKTRACE environment variable to show unfiltered backtraces.
Yves Senn
2013-11-04
1
-1
/
+3
*
Added generated unit test for generator generator and new test:generators rak...
Josef Šimánek
2013-07-16
1
-0
/
+1
*
Don't configure Turn output, we aren't using it since 3.2.0
Guillermo Iguaran
2013-01-07
1
-7
/
+0
*
Don't require 'turn' from rails/test_help
Aaron Suggs
2013-01-07
1
-5
/
+2
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
Rename "Fixtures" class to "FixtureSet"
Alexey Muranov
2012-10-07
1
-2
/
+2
*
use Rails backtrace in tests
Francesco Rodriguez
2012-10-05
1
-0
/
+4
*
update test_help to config properly turn natural language option
Francesco Rodriguez
2012-07-06
1
-1
/
+4
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-4
/
+0
*
if turn available then MiniTest::Unit.respond_to?(:use_natural_language_case_...
Vishnu Atrai
2012-01-07
1
-4
/
+1
*
Merge pull request #4360 from rafaelfranca/patch-1
Aaron Patterson
2012-01-06
1
-13
/
+6
|
\
|
*
MiniTest is always defined in this case
Rafael Mendonça França
2012-01-06
1
-8
/
+6
|
*
Test::Unit::Util::BacktraceFilter is never defined
Rafael Mendonça França
2012-01-06
1
-5
/
+0
*
|
require minitest rather than test/unit
Aaron Patterson
2012-01-06
1
-1
/
+1
|
/
*
do not require a file that is not used
Aaron Patterson
2012-01-05
1
-2
/
+0
*
Modified how to handle if ActiveRecord is defined.
Yasuo Honda
2011-09-30
1
-1
/
+1
*
Removed AS core_ext/kernel/requires as it's not used and is bad practice.
Josh Kalderimis
2011-05-23
1
-1
/
+0
*
make turn a soft dependency. generate a Gemfile that contains turn and requir...
Aaron Patterson
2011-04-08
1
-3
/
+7
*
Moved Turn activation/dependency to railties
David Heinemeier Hansson
2011-03-31
1
-0
/
+8
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-11
/
+0
|
\
[next]