aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/test
Commit message (Expand)AuthorAgeFilesLines
* 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