aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/test
Commit message (Expand)AuthorAgeFilesLines
* Remove `frozen_string_literal` from Action Cable's template filesbogdanvlviv2019-01-161-2/+0
* Add connection_test to app generatorVladimir Dementyev2019-01-131-0/+13
* Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+2
* Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* Add test parallelization to Railseileencodes2018-02-151-0/+7
* Revert "remove unnecessary `RAILS_ENV` setting"Aaron Patterson2017-12-081-0/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Remove frozen_string_literal magic comment from templatesKoichi ITO2017-08-222-4/+0
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-142-0/+4
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Rename system_test_helper -> application_system_test_caseeileencodes2017-02-201-0/+0
* Fix default host in setup, move teardown to helper fileeileencodes2017-02-201-5/+0
* Add default configuration to generated system test helpereileencodes2017-02-201-0/+2
* Move and rename system testseileencodes2017-02-201-1/+1
* Refactor config settings to use generated fileeileencodes2017-02-201-0/+8
* remove unnecessary `RAILS_ENV` settingyuuji.yaginuma2016-09-221-1/+0
* integration tests do not need to load fixtures by handXavier Noria2014-05-251-3/+0
* Use single quotes in generated filesChulki Lee2014-01-141-1/+1
* Automatically maintain test database schemaJon Leighton2014-01-021-2/+0
* Revert "Rename not Ruby files to .tt"Santiago Pastorino2013-12-101-0/+0
* Rename not Ruby files to .ttSantiago Pastorino2013-12-101-0/+0
* apps that depend on active record should load fixturesAaron Patterson2013-04-031-3/+2
* Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-1/+1
* Improve wording for rails test commandDalibor Nasevic2013-03-091-2/+2
* Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-2/+3
* extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-12/+0
* get rid of unused .empty_directory files in the app generatorAkira Matsuda2013-01-054-0/+0
* update performance test template to use test methodFrancesco Rodriguez2012-07-061-1/+1
* CSV fixtures aren't supported by default anymore, update generated test_helpe...Guillermo Iguaran2012-07-041-1/+1
* ruby 1.9 hash syntax for generated codeRichard Huang2012-06-231-2/+2
* raise error for pending migration schneems2012-06-091-0/+2
* Add commas missing in performance testsGeoffrey Roguelon2012-05-121-1/+1
* Remove trailing white-spacesGuillermo Iguaran2011-06-051-1/+1
* added a note about profiling options to the generatorsGonçalo Silva2011-05-091-1/+4
* Fix missing test_helper.José Valim2011-04-151-0/+0
* application generation: --skip-testunit and --skip-activerecord renamed to --...Xavier Noria2010-07-251-1/+1
* Still use the directory command and also remove the fixture comments.José Valim2010-04-091-2/+2
* Don't include fixtures if --skip-activerecord is givenSantiago Pastorino2010-04-091-0/+2
* Revert "Reorganized app/test directory. [#3057 state:resolved]"José Valim2010-03-293-0/+0
* Reorganized app/test directory. [#3057 state:resolved]Rizwan Reza2010-03-283-0/+0
* Rails 3 application can run performance tests now. [#4171 state:resolved]Rizwan Reza2010-03-281-1/+1
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-236-0/+22
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-186-22/+0
* Stop featuring ActiveSupport::TestCase.use_instantiated_fixtures and ActiveSu...David Heinemeier Hansson2010-01-031-25/+0
* Fix generated performance test helper requiresJeremy Kemper2009-11-101-1/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-246-0/+47