tayu icon indicating copy to clipboard operation
tayu copied to clipboard

Rubygem include

Open codyro opened this issue 12 years ago • 1 comments

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.

codyro avatar Feb 19 '13 20:02 codyro

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.

sirhopcount avatar Feb 20 '13 08:02 sirhopcount