You're probably not going to find "idiot proof" anything when it comes to vim. However, the good news is that it's really not that hard once you do it a few times. If you can get NERD tree installed, that's a good pattern for every other vim plugin out there.
The instructions for that plugin are simple enough.
Unzip the archive into your ~/.vim directory.
That should put NERD_tree.vim in ~/.vim/plugin and NERD_tree.txt in ~/.vim/doc.
You don't really need any plugins to work with Ruby in vim, but the short list of plugins that I use regularly are:
Of those, the one that I use the most has nothing to do with Ruby specifically, but I find it to be faster than checking :ls for a buffer number. As long as I have bufexplorer plugged in, and ack installed on the system, I'm ready to slay some Ruby code. The other plugins are just "nice-to-haves".