Skip to content

Instantly share code, notes, and snippets.

@craigw
Created July 20, 2009 19:36
Show Gist options
  • Save craigw/150806 to your computer and use it in GitHub Desktop.
Save craigw/150806 to your computer and use it in GitHub Desktop.
>> Article.enumerate_all_tags
=> {"security"=>2, "ldap"=>1, "xen"=>1, "stories"=>3, "rails"=>13, "xeriom"=>3, "mysql"=>3, ... }
>> Article.find_all_tags
=> ["agile", "ajax", "apache", "api", "caching", "coding", ... ]
>> Article.find_all_author_ids
=> ["[email protected]"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment