Hi Chad,
Currently that doc page is a story in tracker which I am hoping to get to soon.
The gist of the 'best practice' is to use what is called a wrapper
script, something like:
#!/usr/bin/env bash
source (wherever scripts/rvm is)
rvm X # select a ruby, can use a gemset if you need.
# NOW do the actual task, cd to project root if necessary.
# Note that if you are using a project rvmrc file the cd should
# also take care of the ruby selection above :)