Displaying 1 result from an estimated 1 matches for "test_find_order_by".
2006 Apr 27
1
Ferret crashing Ruby
...6:in `process''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/test_process.rb:363:in `process''
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/test_process.rb:336:in `get''
test/functional/descr_controller_test.rb:88:in `test_find_order_by''
test/functional/descr_controller_test.rb:87:in `test_find_order_by''
With the C extension this search actually works fine. But if I surround
it with a 2.times do; ..search.. end; block it bombs.
I''m using ferret 0.9.1. Should I be using SVN? Any ideas?
Greetings,...