Is there a rails (or other javascript framework) plugin that does the auto suggest like the Related Questions suggestions here in Stack Overflow where after leaving the text field a list of related items shows up?
Also is there a name for this UI patterm?
There’s an auto_complete plugin for Rails, which I believe can be used to achieve that effect. Just prevent it from filling the text input, and use a bigger div with links.