diff options
Diffstat (limited to 'Library/Formula/ruby-enterprise-edition.rb')
| -rw-r--r-- | Library/Formula/ruby-enterprise-edition.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb index f8e2f13fe..d96e00c29 100644 --- a/Library/Formula/ruby-enterprise-edition.rb +++ b/Library/Formula/ruby-enterprise-edition.rb @@ -19,6 +19,10 @@ class RubyEnterpriseEdition <Formula end def caveats; <<-EOS.undent + Consider using RVM or Cider to manage Ruby environments: + * RVM: http://rvm.beginrescueend.com/ + * Cider: http://www.atmos.org/cider/intro.html + By default we don't compile REE as a shared library. From their documentation: Please note that enabling --enable-shared will make the Ruby interpreter about 20% slower. |
