Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | Add document that you rake test single file by using DB(ex. postgresql) [ci ↵ | yukihirop | 2017-08-12 | 1 | -0/+4 |
| | | | | skip] | ||||
* | [ci skip] Add `bundle exec` for ActiveRecord unit tests | Yasuo Honda | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | Remove legacy mysql adapter | Abdelkader Boudih | 2015-12-17 | 1 | -1/+0 |
| | |||||
* | docs, update "How to run Active Record tests". [ci skip] | Yves Senn | 2015-01-15 | 1 | -1/+5 |
| | |||||
* | Clarify ActiveRecord testing guidelines [ci skip] | Sammy Larbi | 2014-12-21 | 1 | -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 Scott | 2014-08-22 | 1 | -2/+2 |
| | | | | Patch by @bcjordan | ||||
* | Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci ↵ | Marc Schütz | 2013-08-28 | 1 | -0/+1 |
| | | | | skip] | ||||
* | Rewrite `activerecord/RUNNING_UNIT_TESTS` | Jeremy Audet | 2013-05-15 | 1 | -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 continuity | Doug Yun | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Put .rdoc at the end of the files named RUNNING_UNIT_TESTS | Yuki Nishijima | 2013-02-03 | 1 | -0/+31 |
So that they are printed nicely on GitHub. |