John,

I just noticed a few problems with latest ruote-fluo.

1.  as_xml link dies brutally with:
LoadError at /def

no such file to load -- builder

[but of course, will work fine within rails]

2.  I think that other worse problem is in FluoEditor.asJson routine.
If you look carefully at the code generated for ruby and json, the output does 
not seem correct when the parser encounters the "if ${f:success}" expression.

Here is the json outpout: 
        ["if",{"${f":"success}"}

and here is the ruby output:
        if :${f => "success}" 

I think that problem is likely to be in ruote-fluo-editor.js, asJson 
function...unless my system is screwed up...

Just want to make sure you confirm problem before I go to deep in there :)
I can try to look at it later unless, of course, you beat me to it.

Cheers,
Pat.


-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to