Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Rubygem include #1

Open
codyro opened this issue Feb 19, 2013 · 1 comment
Open

Rubygem include #1

codyro opened this issue Feb 19, 2013 · 1 comment
Assignees

Comments

@codyro
Copy link

codyro commented Feb 19, 2013

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.

@ghost ghost assigned sirhopcount Feb 20, 2013
@sirhopcount
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants