class Item
  def raw_tag_list; "one, two, three, four, five"; end
  def public_tags; [<#Tag name=two>, <#Tag name=five>, <#Tag name=one>, <#Tag name=four>, <#Tag name=three>]; end
...

Ruby On Tag ordering code

by k776, March 31, 2009 06:41

Got it down to this. Can yo...

74198b06bc9e68739debfe6c23e070d3 Talk

Ruby On Tag ordering code

by k776, March 30, 2009 23:47

(credits to k1mmeh at http:...

74198b06bc9e68739debfe6c23e070d3 Talk
class Item
  def raw_tag_list; "one, two, three, four, five"; end
  def public_tags; [<#Tag name=two>, <#Tag name=five>, <#Tag name=one>, <#Tag name=four>, <#Tag name=three>]; end
...

Ruby On Tag ordering code

by k776, March 30, 2009 23:46

Thanks for trying. I ended ...

74198b06bc9e68739debfe6c23e070d3 Talk
class Item
  def raw_tag_list; "one, two, three, four, five"; end
  def public_tags; [<#Tag name=two>, <#Tag name=five>, <#Tag name=one>, <#Tag name=four>, <#Tag name=three>]; end
...

Ruby Tag ordering code

by k776, March 30, 2009 22:48, 12 refactorings, tagged with speed, class, ruby, arrays

Is there a faster way to do...

74198b06bc9e68739debfe6c23e070d3 Talk