search for: categorycontrollertest

Displaying 2 results from an estimated 2 matches for "categorycontrollertest".

2006 Mar 23
2
rails 1.1 and mysql errors
...alid: Mysql::Error: #42000You have an error in your SQL syntax; check the manual that corresponds to your on for the right syntax to use near ''true = true - 1 WHERE (id = 1)'' at line 1: UPDATE articles SET true = true - 1 WHERE (id = 1) now the error on create: test_create_child(CategoryControllerTest): ActiveRecord::StatementInvalid: Mysql::Error: #42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server versi on for the right syntax to use near ''true = true + 1 WHERE (id = 1)'' at line 1: UPDATE categories SET true = true + 1 WHERE (id...
2007 Jan 07
3
slow tests on an established project...
Hi all Hope this isn''t too far off-topic on this list, as I think it would largely go ignored on the main rails list. I''m looking for the most pragmatic way to speed up our test suite. This is on an established project, and lets just say that we used way too many fixtures when we started =). For example: Finished in 128.870144 seconds. =============== 392 tests, 2106