MailingList


Rails 2.0 PR & haml

View: New views
2 Messages — Rating Filter:   Alert me  

Rails 2.0 PR & haml

by Thibaud Guillaume-Gentil :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Do you know when Globalize will be ready for rails 2.0?

I have some problems with the trunk version of Globalize and the haml language template, the haml's code is not interpreted and directly rendered to the browser (ActionView problem?).

If you need/want more feedback, I'll glad to help you.

Re: Rails 2.0 PR & haml

by Stephen Bannasch-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[I am also sending a separate copy of this email to the haml@... email list]

Hi Thibaud,

>Do you know when Globalize will be ready for rails 2.0?
>
>I have some problems with the trunk version of Globalize and the haml
>language template, the haml's code is not interpreted and directly rendered
>to the browser (ActionView problem?).

I have also had this problem using haml and globalize trunk with edge rails in an application that only uses globalize for access to multi-language AR model attributes.

I have spent some time using rdebug on the code to see what the problem is but haven't found the conflict yet.

I have started a simple application in which I have globalize and haml installed as plugins but am not using any of globalize's features and haml still works. I plan on enabling globalize features one by one to narrow down where the conflict happens.

If you have any clues please contribute them to the discussion.