Displaying 1 result from an estimated 1 matches for "auto_update".
Did you mean:
ast_update
2006 May 23
13
acts_as_ferret 0.2.1 segfault
..._ferret :fields => [:title, :name]
end
$ script/console
Loading development environment.
>> a = Report.new :title => "test", :name => "me"
=> #<Report:0xb780db98 @attributes={"name"=>"me", "title"=>"test",
"auto_update"=>true, "path"=>nil}, @new_record=true>
>> a.save
./script/../config/../config/../vendor/plugins/acts_as_ferret/lib/acts_as_ferret.rb:466:
[BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i386-linux]
vendor/plugins/acts_as_ferret/lib/acts_as_ferret.rb:466 reads:
self...