> I mean there are no YAML parsers in other languages to my knowledge ?
>
Out of curiosity I did a quick search and found there are 1.1 YAML
parsers for most common languages.

> perhaps extending it somehow with some meta-info to indicate on which
> pages such rating functionality should show up?
> Same idea could be used with taggable I'm sure.

What I did with my acts_as_taggable plugin, I added a taggings tag on
the and made it conditional on this.respond_to? :taggings
End result, I just needed to define the acts_as_taggable on a model
and it automatically shows up on the show page for it.  I did
something similar with ratings and categories, both polymorphic
associations.  I'm going to do something like that with comments on
the show-page tag since I've got a part/update with the comment list
and new comment form.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to