I am trying to use SVN HEAD of Acts_as_ferret, and I have ferret 0.10.4 installed from the windows Gem. 

Unfortuanantly, whenever I i let act_as_ferrets init.rb file require ferret, my app blows up, with weird "Invalid char" errors.  I have pasted the page below.  If I comment out the require ferret, the page loads.  Of course, act_as_ferret does blow up.

My unit tests do work fine however!  I can query my model using the ferret calls.

Any recommendations?

Eric

SyntaxError in Narratives#index

Showing app/views/narratives/list.rhtml where line #2 raised:

compile error
./script/../config/../app/views/narratives/list.rhtml:2: syntax error
./script/../config/../app/views/narratives/list.rhtml:3: Invalid char `\200' in _expression_
./script/../config/../app/views/narratives/list.rhtml:4: syntax error

Extracted source (around line #2):

1: <DIV id=Main>
2: <TABLE class=MainBody border="0">
3: <TBODY>
4: <TR>
5: <TD>

Trace of template inclusion: /app/views/narratives/list.rhtml

RAILS_ROOT: ./script/../config/..

Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/views/narratives/list.rhtml:4:in `compile_template'
#{RAILS_ROOT}/app/controllers/narratives_controller.rb:18:in `index'

Request

Parameters: None

Show session dump

Response

Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"}
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to