Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove IdentityMap | Carlos Antonio da Silva | 2012-03-13 | 1 | -7/+0 |
| | |||||
* | Update with new task names for building mysql and postgresql databases | Michael Guterl | 2012-02-23 | 1 | -1/+1 |
| | |||||
* | Add support for using an ARCONFIG environment variable to specify the ↵ | Jon Leighton | 2011-06-12 | 1 | -0/+5 |
| | | | | location of the config.yml file for running the tests | ||||
* | Print out information about whether the identity map is on or off when ↵ | Jon Leighton | 2011-06-09 | 1 | -0/+7 |
| | | | | running unit tests | ||||
* | Update the RUNNING_UNIT_TESTS file | Jon Leighton | 2011-06-09 | 1 | -10/+5 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-06 | 1 | -1/+8 |
|\ | | | | | | | | | Conflicts: activerecord/RUNNING_UNIT_TESTS | ||||
| * | Correct TESTOPTS specification in activerecord/RUNNING_UNIT_TESTS | Tekin | 2011-05-26 | 1 | -1/+1 |
| | | |||||
* | | Refactor Active Record test connection setup. Please see the ↵ | Jon Leighton | 2011-06-04 | 1 | -32/+14 |
|/ | | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. | ||||
* | commas to set off expressions that interrupt sentence flow | genlinux | 2011-02-17 | 1 | -3/+3 |
| | |||||
* | Updated RUNNING_UNIT_TESTS documentation with mention of the build_databases ↵ | Nathan Zook and Ryan Bigg | 2010-10-11 | 1 | -1/+6 |
| | | | | rake tasks. | ||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -8/+8 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | documents how to run an individual test in AR | Xavier Noria | 2010-06-17 | 1 | -0/+2 |
| | |||||
* | fixed typo in RUNNING_UNIT_TESTS | Diego Carrion | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Added change_table for migrations (Jeff Dean) [#71 state:resolved] | David Heinemeier Hansson | 2008-05-03 | 1 | -1/+4 |
| | |||||
* | Make sure ActiveRecord tests can run individually. Closes #11425 ↵ | Pratik Naik | 2008-03-28 | 1 | -1/+1 |
| | | | | | | [thechrisoshow, h-lame] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9109 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8681 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove seemingly misleading 'faster tests' instructions too | Michael Koziarski | 2007-10-15 | 1 | -11/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7903 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update the instructions for running tests. | Michael Koziarski | 2007-10-15 | 1 | -23/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update RUNNING_UNIT_TESTS for current Rake tasks. Closes #6349. | Jeremy Kemper | 2006-10-05 | 1 | -3/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5228 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed a few Oracle issues: Allows Oracle's odd date handling to still work ↵ | David Heinemeier Hansson | 2006-07-05 | 1 | -0/+17 |
| | | | | | | consistently within #to_xml, Passes test that hardcode insert statement by dropping the :id column, Updated RUNNING_UNIT_TESTS with Oracle instructions, Corrects method signature for #exec #5294 [schoenm@earthlink.net] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4552 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Small pgsql fixes (closes #4083) [pergesu@gmail.com] | David Heinemeier Hansson | 2006-03-19 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3965 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Do not use instantiated fixtures (in general) in tests. Also, support the ↵ | Jamis Buck | 2005-06-10 | 1 | -0/+11 |
| | | | | | | use of transactional fixtures by setting the AR_TX_FIXTURES environment variable to "yes". git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1399 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Finished polishing API docs | David Heinemeier Hansson | 2005-02-23 | 1 | -2/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@774 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+36 |
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |