Commit Graph

13 Commits

Author SHA1 Message Date
Jorge Manrubia f9514727af Update activerecord/RUNNING_UNIT_TESTS.rdoc
Co-authored-by: Mark Oleson <fusion2004@hey.com>
2021-04-01 15:02:15 +02:00
Jorge Manrubia 36c4787469 Move encryption performance tests out of the main tests pipeline
This adds new rake tasks for these tests. This way, it prevents these
tests from making the build fail.

https://github.com/rails/rails/pull/41659#discussion_r592551649
2021-04-01 15:02:14 +02:00
Abhay Nikam 027e492b6f Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
yukihirop c8a0eab9d0 Add document that you rake test single file by using DB(ex. postgresql) [ci skip] 2017-08-12 16:51:45 +09:00
Yasuo Honda 8f9f37a98f [ci skip] Add `bundle exec` for ActiveRecord unit tests 2016-03-02 16:34:40 +00:00
Abdelkader Boudih fb24d0ed6c Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
Yves Senn 090c5211ce docs, update "How to run Active Record tests". [ci skip] 2015-01-15 23:26:40 +01:00
Sammy Larbi f5489f9ab4 Clarify ActiveRecord testing guidelines [ci skip]
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.
2014-12-21 10:18:46 -06:00
Zachary Scott 777c39c41c [ci skip] Running AR tests guide [Fixes GH-15891]
Patch by @bcjordan
2014-08-22 00:45:25 -07:00
Marc Schütz ef9b29351b Mention the fast `test_sqlite3_mem` option in `RUNNING_UNIT_TESTS.rdoc` [ci skip] 2013-08-28 11:22:40 +02:00
Jeremy Audet 87ac19ebbe Rewrite `activerecord/RUNNING_UNIT_TESTS`
`RUNNING_UNIT_TESTS` is written in an unclear and confusing manner. This commit
attempts to correct that.

Thanks to zzak and vipulnsward for feedback.
2013-05-15 11:07:47 -04:00
Doug Yun 336dae02cd Corrected link anchor and added colons for continuity 2013-02-19 11:11:42 -05:00
Yuki Nishijima c8a25386d3 Put .rdoc at the end of the files named RUNNING_UNIT_TESTS
So that they are printed nicely on GitHub.
2013-02-03 15:49:48 +09:00