gmosx.myope: Tom,
have you seen the unicode-chars gem ?
http://rubyforge.org/projects/unicodechars/
I think it would be a great inclusion in facets or something. I am not sure if this is up-to-date with the latest rails code.
-g.
Better to_json method for Facets (1 replies)
, last by gmosx.myopenid.com, Sun, 25 Mar 2007 15:29:32 GMT
<
class Object
def to_json
JSON.unparse(self.class.name.demodulize.underscore => to_data)
end
end
Tom, what do you think? A similar to_xml function would be very ..
Subscribe to Facets