search for: test_ferret

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

2006 Jan 13
2
uninitialized constant Ferret
...'s the exact output: ./ferret.rb:3: uninitialized constant Ferret (NameError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require__'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in `require'' from test_ferret.rb:2 Any ideas what I''m doing wrong? Ruby version 1.8.2 Thanks! John -- Posted via http://www.ruby-forum.com/.
2006 Feb 28
14
Multiple Models w/ acts_as_ferret
I have multiple models all with: acts_as_ferret :fields => [...] (models = profiles, blogs, comments ) When I restart the server and perform any crud operation on one of the above models, the index is created/updated. If I then go and perform any crud operation on ANOTHER model, ...the index from that first model is being updated. Any ideas? Can acts_as_ferret handle this? Thanks