Populating a tags database
I'm trying to populate the tag database for a rails app that I'm making. Does anyon开发者_JS百科e know where I can find a list of several hundred common tags that I can pre-populate my database with.
I'm using http://railscasts.com/episodes/258-token-fields and would like to have it pre-populated since it's hard to have people add new tags on the fly.
I've started a github project to put a good library together. If you would like to contribute it's at: https://github.com/cyrusstoller/Initial-Tag-Library
精彩评论