Hey,

Has anyone managed to bypass or fix the ferret's .dump method problem? 
When I include acts_as_ferret my whole rails app just blows up because 
of Ferret's .dump method. Ex:

---
print "\t hello".dump  >> "\t hello">Exit code: 0
---

---
require 'ferret'
print "\t hello".dump >> "       hello"(NUL char)>Exit code: 0
---

Essentially this breaks erb and thus Rails template engines dies. I've 
found topics on this issue before and best recommendation I've found is 
'remove all tabs in your rhtml files'. Now, first off it fails even on 
non-tab characters in my case, so this is a no go... (Not to mention 
that this is hardly a solution)

I'm running:
ruby 1.8.4 (2006-04-14) [i386-mswin32]
rails 1.1.6
ferret 0.10.4 (10.6 and all the rest all have same issue)

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to