aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/RUNNING_UNIT_TESTS.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix links in gemspec and docs from http to https.Abhay Nikam2019-03-091-1/+1
|
* Add document that you rake test single file by using DB(ex. postgresql) [ci ↵yukihirop2017-08-121-0/+4
| | | | skip]
* [ci skip] Add `bundle exec` for ActiveRecord unit testsYasuo Honda2016-03-021-3/+3
|
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+0
|
* docs, update "How to run Active Record tests". [ci skip]Yves Senn2015-01-151-1/+5
|
* Clarify ActiveRecord testing guidelines [ci skip]Sammy Larbi2014-12-211-5/+5
| | | | | | | | | | | 1. Specify that you need to create the test databases, and that no special Rails command needs to be run to do that. 2. Although the underscore style of `rake test_mysql` works, make the documentation of running the tests in RUNNING_UNIT_TESTS.rdoc consistent with the "Contributing..." guide. 3. Promote "Testing Active Record" to not be a subsection of "Running a Single Test," since it doesn't make sense as a subsection of that.
* [ci skip] Running AR tests guide [Fixes GH-15891]Zachary Scott2014-08-221-2/+2
| | | | Patch by @bcjordan
* Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci ↵Marc Schütz2013-08-281-0/+1
| | | | skip]
* Rewrite `activerecord/RUNNING_UNIT_TESTS`Jeremy Audet2013-05-151-15/+27
| | | | | | | `RUNNING_UNIT_TESTS` is written in an unclear and confusing manner. This commit attempts to correct that. Thanks to zzak and vipulnsward for feedback.
* Corrected link anchor and added colons for continuityDoug Yun2013-02-191-1/+1
|
* Put .rdoc at the end of the files named RUNNING_UNIT_TESTSYuki Nishijima2013-02-031-0/+31
So that they are printed nicely on GitHub.