Hugh,

Yes, I ran into these problems with psych as well.  It doesn't support
some syntax that was being used.

You can see the associated commit here:
https://github.com/jtgeibel/communityengine/commit/42ceacf352ca925c4278b0491a30adf6d507e766

I'm not certain that this 1 commit covers all of the YAML phase errors
I ran into.  If you still have problems, you can try adding this near
the top of your application.rb to use the old parser.

require 'yaml'
YAML::ENGINE.yamler= 'syck'

Psych didn't make this easy to troubleshoot as the error it raised
mentioned the line number, but not the file name.

Justin

On Mar 10, 6:18 pm, hewbrocca <[email protected]> wrote:
> Urrgh... This must be a bug in Psych... same issue shows up in
> config/locales/{es-AR.yml,es-ES.yml,es-MX.yml,fr-FR.yml} .
>
> Is anyone else running into this?
>
> --Hugh

-- 
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en.

Reply via email to