Rails app w/ 2.2.0 embedd how to use ruby 1.8 vice 1.9

Posted by Barb on Stack Overflow See other posts from Stack Overflow or by Barb
Published on 2010-03-22T22:44:01Z Indexed on 2010/03/22 22:51 UTC
Read the original article Hit count: 387

Filed under:
|
|

Hello all,

I have just downloaded an app that is based on Rail 2.2.0 which is included in the app. I have just upgraded to Ruby 1.9 and I still have Ruby 1.8 on my machine. Is there a way I can tell this app to use Ruby 1.8 vice 1.9? Would it be easier to decouple the app from Rails 2.2.0 and upgrade it to Rails 2.3.6? If changing the rails would be easier, how do I do that?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby