aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_unit/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* [Railties] require => require_relativeAkira Matsuda2017-07-011-1/+1
* rake -T should load development env by default, not testTimo Kilpilehto2017-05-101-1/+1
* Refactor config settings to use generated fileeileencodes2017-02-201-13/+1
* Don't load ActionSystemTest in productioneileencodes2017-02-201-0/+12
* Add generators and ability to run system testseileencodes2017-02-201-0/+1
* Use `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-0/+8
* Prevent the test framework from being loaded in production modeAaron Patterson2016-10-211-6/+0
* applies new string literal convention in railties/libXavier Noria2016-08-061-2/+2
* Extract line filtering to Railties.Kasper Timm Hansen2016-01-091-0/+6
* Revert "Merge pull request #12778 from etehtsea/rake-default-fix"Yves Senn2014-05-281-1/+1
* Don't load test env by defaultKonstantin Shabanov2013-11-111-1/+1
* condition simplifiedOleg Sukhodolsky2013-05-281-1/+1
* Fixes bug 10628.Scott Hill2013-05-151-1/+1
* Moved the check for the rails test environment into rails/test_unit so that youwangjohn2013-04-231-0/+4
* remove performance tests from the default stackYves Senn2013-01-101-1/+0
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-2/+2
* Added config.app_generators to allow configuring application's generators fro...Piotr Sarnacki2010-09-301-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+0
* Resolve test/unit load ordering by removing backtrace filter from boot initia...Jeremy Kemper2010-02-111-9/+1
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-1/+1
* Add backtrace cleaner on test unit railtie.José Valim2010-02-071-0/+8
* Only load testing tasks if test unit is being used.José Valim2010-01-291-2/+2
* Cleanup the test_unit generator move into the railtieCarl Lerche2010-01-281-1/+7
* Test::Unit Railtie Carlhuda2010-01-281-0/+11