Hello folks, There a brand new version of *acts_as_taggable* available at the same place as before: http://dema.ruby.com.br/articles/2005/09/03/tagging-on-steroids-with-rails It features bugfixes (thanks to Geoffrey Rosenbach and technoweenie), improved API (thanks to some nice ideas from Ronny Hanssen) and full, complete RDoc documentation: http://dema.ruby.com.br/files/doc/index.html You can now use a regular text_field helper to tag your objects very easily on HTML forms, like this: <%= text_field 'photo', 'tag_names' %> This thing just keeps getting better and better! ;-) Best regards, Dema -- http://dema.ruby.com.br - Rails from a .NET perspective