Displaying 3 results from an estimated 3 matches for "find_tag".
2007 Jul 24
1
Xapian::DocNotFoundError on replace_document? (Called from Search::Xapian)
Hello,
I'm using Xapian 1.0.2 (flint) and matching Search::Xapian.
I'm getting:
terminate called after throwing an instance of
'Xapian::DocNotFoundError', which dumps core.
at first it was after adding my 2nd document (to an empty db, although
I don't know if that has any bearing) to the database with a
replace_document() call.
I shifted the first document off the
2005 Oct 10
1
ActionPack tests are failing
...ner/html/document.rb:41:in
`initialize''
./test/controller/../../lib/action_controller/test_process.rb:353:in `new''
./test/controller/../../lib/action_controller/test_process.rb:353:in
`html_document''
./test/controller/../../lib/action_controller/test_process.rb:357:in
`find_tag''
./test/controller/../../lib/action_controller/assertions.rb:242:in
`assert_tag''
./test/controller/action_pack_assertions_test.rb:118:in
`test_assert_tag_and_url_for''
I''m struggling with "require" as I''m not sure how it works (with
RubyGems...
2006 May 05
0
Missing documentation for find_in_collection? Trying to drill down in a 4 level has_many association fails
...is and see all
the following options via command completion on the next step.
>> @user = User.find(1)
=> #<User:0x26eb9cc @attributes={...
>> @user.find
@user.find
@user.find_collection_for_pagination
@user.find_mapped_obj_class @user.find_tag
@user.find_all
@user.find_first
@user.find_mapped_soap_class @user.find_target
@user.find_all_in_foos
@user.find_first_recursive
@user.find_name @user.find_user_object
@user.find_all_tag...