While using RVM and Rails 3.1, I found out that rake won't work from
your root directory of your app because Rails uses bundle. I found a
blogpost that contained a workaround for it
(http://house9.blogspot.com/2011/06/rails-31-and-ruby-192-p180-rake-aborted.html)
and decided to move it into the oh-my-zsh rvm plugin.
While using RVM and Rails 3.1, I found out that rake won't work from
your root directory of your app because Rails uses bundle. I found a
blogpost that contained a workaround for it
(http://house9.blogspot.com/2011/06/rails-31-and-ruby-192-p180-rake-aborted.html)
and decided to move it into the oh-my-zsh rvm plugin.
Add helper function to get rvm head. Add helper function to link zsh
completion that comes with rvm into om-my-zsh plugin directory, but don't
overwrite the completion that comes with oh-my-zsh (oh-my-zsh's completion is
better, but I want to be able to compare).