Hi! On Mon, Feb 12, 2007 at 07:05:36PM +0100, starburger wrote: > Has the problem with corrupted .rhtmls (invalid characters) been solved > so far? > > I would like to use ferret and acts_as_ferret on Windows XP. I have > installed 0.10.9 (mswin32) which still seems to have the problem.
Afair the safest bet was to not use Tabs in your rhtml templates. I don't know if there ever was a 'real' solution to this problem. Jens > I am receiving error messages like: > > compile error > C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:2: > parse error, unexpected ')', expecting kEND > C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:3: > parse error, unexpected tIDENTIFIER, expecting kEND > _erbout.concat " <div class=\"article_title\">"ä; _erbout.concat(( > @article.title ).to_s); _erbout.concat "</div>\n" > ^ > C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:4: > Invalid char `\001' in expression > C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:5: > Invalid char `\377' in expression > C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:7: > parse error, unexpected $, expecting kEND > _erbout.concat " " > ^ > > Would compiling the ferret extensions by myself be a solution? I have > Visual C++ Express Edition installed. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ferret-talk mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ferret-talk -- webit! Gesellschaft für neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Krämer [EMAIL PROTECTED] Schnorrstraße 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66 _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

