It's a compile-time flag, so I think that Ruby will be built with the expectation of using the suffix. You will need to tweak your deployment commands to use the appropriate ruby, yes.
I've never done this on production, mind you - just on my previous dev machine before I started with RVM. -- Pat On 28/07/2011, at 2:33 PM, Dmytrii Nagirniak wrote: > > 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'? > > > -- > 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. -- 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.
