I like the msdropdown. You can add the path for the image in the title
tag:
In Rails, you can add the title doing something like:
<%= f.select(:yourcolumn, Model.all.map{|p| [p.name, p.id, :title => p.image_url(:thumb)]}
I have faced a similar problem some time ago: generate HTML