aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-enterprise-edition.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-18 12:31:09 -0700
committerAdam Vandenberg2010-07-20 07:24:39 -0700
commitc8291e4bec569fdbbcdadb03705372628f2d53f6 (patch)
tree4343b41ed0d213bec27586b39c7a138a145fc836 /Library/Formula/ruby-enterprise-edition.rb
parentcad27c4a2bc444c21b6d74e10af3a31145dc6318 (diff)
downloadhomebrew-c8291e4bec569fdbbcdadb03705372628f2d53f6.tar.bz2
Add RVM/cider caveats to alt. Rubies.
Diffstat (limited to 'Library/Formula/ruby-enterprise-edition.rb')
-rw-r--r--Library/Formula/ruby-enterprise-edition.rb4
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.