B
Brian Adkins
+1
(Haven't seen Rich's original show up in comp.lang.ruby yet.)
Me neither. Possibly an HTML post eaten by the gateway?
+1
(Haven't seen Rich's original show up in comp.lang.ruby yet.)
Me neither. Possibly an HTML post eaten by the gateway?
Yes:
Content-Type: multipart/alternative; boundary=Apple-Mail-18-445454026
Pat said:Are there any compelling reasons to use the built-in install? I was
just planning on using macports cause it works so well.
Pat
Are there any compelling reasons to use the built-in install? I was
just planning on using macports cause it works so well.
Is Apple going to be maintaining it so it stays current with the
latest version of ruby?
Hi --
I received it; it's ruby-talk: 276132.
From: "James Edward Gray II said:That's because it originated on the mailing list side. The gateway
then submitted it to our Usenet host and they declined it, so it
never hit comp.lang.ruby.
Yes, I'm very curious about this point as well. It'll be terrific if
they can bump it to 1.8.6p110 in an early bug fix patch. That's what
I'm hoping we gain out of this framework setup.
I think the built-in install will be great for deploying RubyCocoa
applications. You can count on it being there on other machines for
that purpose.
Pat said:Are there any compelling reasons to use the built-in install? I was
just planning on using macports cause it works so well.
Pat
Pat said:Are there any compelling reasons to use the built-in install? I was
just planning on using macports cause it works so well.
Pat
The question I haven't seen asked (or answered) is how would I switch
from my /usr/local version of Ruby & Rails (and gems) to the Leopard
stock versions? I can't just pluck /usr/local/bin out of my PATH,
because there are other things installed there (ImageMagick, Subversion
[well, that's now system installed though], etc.) ?
Do I just delete/rename the applications? (ruby, irb, rake, svn*, etc)
Michael said:[well, that's now system installed though], etc.) ?
Do I just delete/rename the applications? (ruby, irb, rake, svn*, etc)
you can append /usr/local to the end of your PATH instead. if /usr/bin
is before /usr/local/bin in your PATH ENV then /usr/bin/whatever will
be found/used first.
I'd consider cleaning up your source_cache as well, and removing
~/.ruby_inline.
Also there is an issue with the compiler flags set using RubyInline
that you will want to fix.
I wrote a sed script to do it. Very helpful if you need to fix it on
multiple machines.
sudo sed -i -e "387,1s/flags\ =\ @flags.join(\'\ \')/&\ \+\ \'\
-lruby\'/"
/usr/lib/ruby/user-gems/1.8/gems/RubyInline-3.6.4/lib/inline.rb
We will provide updates, if the bugs they fix are important enough.
Security issues will also be fixed the soonest possible.
John said:...Michael said:[well, that's now system installed though], etc.) ?
Do I just delete/rename the applications? (ruby, irb, rake, svn*, etc)
you can append /usr/local to the end of your PATH instead. if /usr/bin
is before /usr/local/bin in your PATH ENV then /usr/bin/whatever will
be found/used first.
Oh yeah! Didn't even think of that!
I don't seem to have a ~/.ruby_inline file (I installed using the
Hivelogic directions, from source), so not sure if I need to do that.
My source_cache is in the (now unused) /usr/local path, do I need to
worry about it?
Thanks!
I'm sure this has been asked before, so apologies for what is
almost surely a repeat question, but ...![]()
Would it be reasonable to just convert all messages to text-only
before submitting them to the Usenet host?
Essentially, I'm wondering if the situation is,
- yes we could convert messages if someone volunteers code to do so
John said:The question I haven't seen asked (or answered) is how would I switch
from my /usr/local version of Ruby & Rails (and gems) to the Leopard
stock versions? I can't just pluck /usr/local/bin out of my PATH,
because there are other things installed there (ImageMagick, Subversion
[well, that's now system installed though], etc.) ?
Do I just delete/rename the applications? (ruby, irb, rake, svn*, etc)
We received many valuable feedback during the past days, thank you
very much! We also received lots of pertinent questions, and since
most of them were asked many times, we decided to open a FAQ:
http://trac.macosforge.org/projects/ruby/wiki/FAQ
Ruby libraries or extensions that you install manually, will go in
/Library/Ruby/Site/1.8, which is empty after the installation, but
part of the default Ruby load path before others. You can therefore
install any Ruby library or extension without worrying about
incidentally modifying things in /System.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.