Displaying 2 results from an estimated 2 matches for "comment_test".
2006 Feb 02
4
rake test_units slow on startup
...aking so long?
Is this due to some hostname lookup problem on the mac?
Thanks
% time rake test_units
(in /Users/jdf/projects/devel/www/blablog)
/opt/local/ruby-1.8.4/bin/ruby -Ilib:test
"/opt/local/ruby-1.8.4/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader.rb"
"test/unit/comment_test.rb" "test/unit/post_test.rb"
Loaded suite /opt/local/ruby-1.8.4/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake/rake_test_loader
Started
..
Finished in 0.165222 seconds.
2 tests, 3 assertions, 0 failures, 0 errors
5.366u 1.098s 0:07.75 83.2% 0+0k 0+7io 0pf+0w
--
Jim Freeze
2006 Apr 05
5
duplicate search results
i''m using Ferret 0.9.0 with acts_as_ferret (the one from svn.jkraemer.net), and
i''m getting duplicate results, as described in this thread:
http://rubyforge.org/pipermail/ferret-talk/2005-December/000048.html
is there a way to configure the indexes created by acts_as_ferret to use :key =>
:id, as described in that thread? i''ve poked around in the code, and had