librelist archives

« back to archive

Mustache on Ruby 1.9

Mustache on Ruby 1.9

From:
Rafael Souza
Date:
2010-05-24 @ 12:37
Hi,

On Ruby 1.8.7-p249 the following test  is running ok:
http://gist.github.com/411798
but on Ruby 1.9.2-head, doesn't works

My actual code is something like that: http://gist.github.com/411807

There is another way to do what I want?

Thanks
-- 
Rafael Souza | Web Developer
http://rafaelss.com/
rafael.ssouza Θ gmail . com

Re: [mustache] Mustache on Ruby 1.9

From:
Chris Wanstrath
Date:
2010-05-24 @ 18:11
On Mon, May 24, 2010 at 5:37 AM, Rafael Souza <rafael.ssouza@gmail.com> wrote:

> On Ruby 1.8.7-p249 the following test  is running ok:
> http://gist.github.com/411798
> but on Ruby 1.9.2-head, doesn't works
>
> My actual code is something like that: http://gist.github.com/411807
>
> There is another way to do what I want?

Sorry about that - definitely a 1.9 bug.

I've opened an Issue:

http://github.com/defunkt/mustache/issues#issue/49