Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autoload AR test case | Joshua Peek | 2010-01-04 | 1 | -1/+0 |
| | |||||
* | Hush loading AR unless it fails | Joshua Peek | 2009-12-14 | 1 | -6/+2 |
| | |||||
* | Merge abstract_controller/test_helper and new_base/test_helper since they ↵ | Joshua Peek | 2009-09-13 | 1 | -0/+104 |
| | | | | are expected to run in the same testing sandbox | ||||
* | Move active_record_unit to shared load path | Jeremy Kemper | 2009-05-22 | 1 | -104/+0 |
| | |||||
* | Test AR integration with jdbcsqlite3 adapter on jruby | Jeremy Kemper | 2009-02-06 | 1 | -1/+2 |
| | |||||
* | Update AR integration tests for TestCase changes | Jeremy Kemper | 2008-11-07 | 1 | -0/+2 |
| | |||||
* | Move controller assertions from base TestCase to AC:: and AV::TestCase | Jeremy Kemper | 2008-11-07 | 1 | -3/+1 |
| | |||||
* | Set precompiled fixture load path constant to speed up tests | Joshua Peek | 2008-06-25 | 1 | -30/+28 |
| | |||||
* | * Continue evolution toward ActiveSupport::TestCase and friends. #10679 ↵ | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | | | [Josh Peek] * TestCase: introduce declared setup and teardown callbacks. Pass a list of methods and an optional block to call before setup or after teardown. Setup callbacks are run in the order declared; teardown callbacks are run in reverse. [Jeremy Kemper] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8570 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -5/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8564 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Pass busy timeout for sqlite3 integration tests. | Jeremy Kemper | 2007-01-24 | 1 | -8/+9 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6029 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Remove dead abort_tests method. | Jeremy Kemper | 2006-11-15 | 1 | -9/+0 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5526 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix failing test fallback when neither SQLite 2 or 3 is available. | Jeremy Kemper | 2006-11-15 | 1 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5524 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Filters overhaul including meantime filter support for around filters. ↵ | Jeremy Kemper | 2006-09-22 | 1 | -0/+1 |
| | | | | | | Closes #5949. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5163 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Tighten rescue clauses. Closes #5985. | Jeremy Kemper | 2006-08-31 | 1 | -4/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4885 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Clean up and run the Active Record integration tests by default. Closes #5854. | Jeremy Kemper | 2006-08-22 | 1 | -28/+43 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4807 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Clean up and run the Active Record integration tests by default. | Jeremy Kemper | 2006-08-22 | 1 | -28/+40 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4804 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | * Fix pagination problems when using include | Michael Koziarski | 2006-02-09 | 1 | -0/+88 |
* Introduce Unit Tests for pagination * Allow count to work with :include by using count distinct. [Kevin Clark & Jeremy Hopple] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3553 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |