Displaying 2 results from an estimated 2 matches for "svn_dbi".
Did you mean:
svm_dbg
2006 Jun 06
0
Tests broken after freeze and upgrade - undefined method
...urn to Application1 and run tests, every test fails with the error
"undefined method `verify_active_connections!" or in detail ...
221) Error:
test_index(WatchlistsControllerTest):
NoMethodError: undefined method `verify_active_connections!'' for
ActiveRecord::Base:Class
D:/svn_dbi/config/../vendor/rails/activerecord/lib/active_record/base.rb:996:in
`method_missing''
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/fixtures.rb:536:in
`teardown''
The result is the same regardless of whether I run rake or invoke a test
file directly....
2006 Jun 08
0
undefined method `verify_active_connections!''
I''m getting this error for every test when I run rake
221) Error:
test_index(WatchlistsControllerTest):
NoMethodError: undefined method `verify_active_connections!'' for
ActiveRecord::Base:Class
D:/svn_dbi/config/../vendor/rails/activerecord/lib/active_record/base.rb:996:in
`method_missing''
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/fixtures.rb:536:in
`teardown''
This started happening after the current version of rails was frozen
into the vendor fol...