>> You could install both, make sure one has a suffix set (so ruby becomes
>> ruby19, irb becomes irb19, etc).
>
> Didn't know about that.
> Won't it break stuff because we'd have to use explicitly 'ruby19' instead
> just 'ruby'?

And then, you could create some nifty shell scripts that manage your
per-instance environment settings, and then ... oh.

For the record, I think Ben nailed it before -- big environments
should be an app per server, or at least a Ruby per server if more
than one app is on there, while smaller apps could either be a VPS
each, or put the effort into RVM. Here at Westfield we're one app or
Ruby per server. Like Michael said earlier, when you've got a
multitude of environments it can get really hairy (we were stuck on
ancient versions of Ruby for a while because of this), so the less
moving parts the better.

Cheers,
Dave

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
or Rails Oceania" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-oceania?hl=en.

Reply via email to