tayu
tayu copied to clipboard
Rubygem include
For RHEL5/6 the Ruby that's provided is 1.8.7 which does not auto include rubygems. To get tayu to work I had to explicitly include it in bin/tayu (or alternatively in lib/tayu.rb).
This may want to be added so tayu works out-of-the-box on RHEL platforms.
Hi,
I have been aware of this problem because i ran into the same thing while developing. The reason i did not do this is because of post by Ryan Tomayko about why including "require 'rubygems'" in your app is wrong.
https://gist.github.com/rtomayko/54177
But seeing that it might cause a problem for some people i think i will just put it back (my development branch has it included). I will have a look at it.