[Rails] Re: Multiple rails versions at one passenger

2011-03-16 Thread Frederick Cheung
On Mar 16, 6:05 am, Norbert Melzer timmel...@googlemail.com wrote: Hi I have an app that is in rails 2.3.10 on my server, the author does not develop it anymore but changes are forbidden due too licensing. On the other Hand I am a rails 3 app that should run under the same server. They

[Rails] Re: Multiple rails versions at one passenger

2011-03-16 Thread dsadaka
Norbert, You can install multiple Ruby stacks on the same machine using RVM. (Ruby Version Manager) However, to run more than one version of Passenger, you'll have to fire up another instance of your web server and use a proxy pass. Excerpt from

Re: [Rails] Re: Multiple rails versions at one passenger

2011-03-16 Thread Jazmin
I use RVM in development and it is a great tool, but I am curious.. If passenger can only run one ruby what is the advantage of installing RVM in the server? Can you create gemsets? On Wed, Mar 16, 2011 at 8:13 AM, dsadaka d...@web-site1.com wrote: Norbert, You can install multiple Ruby

[Rails] Re: Multiple rails versions at one passenger

2011-03-16 Thread Frederick Cheung
On Mar 16, 1:28 pm, Jazmin jazminschroe...@gmail.com wrote: I use RVM in development and it is a great tool, but I am curious.. If passenger can only run one ruby what is the advantage of installing RVM in the server? Can you create gemsets? Passenger only wants one ruby interpreter -

Re: [Rails] Re: Multiple rails versions at one passenger

2011-03-16 Thread Norbert Melzer
I am using rvm for developing already bit did not know that I could use it for production as well. I will take a look at your link when home. I took a look already to heroku, but as far as I could see it would get to expensive, since I had to buy some of the plugins to make the application

Re: [Rails] Re: Multiple rails versions at one passenger

2011-03-16 Thread Pedro Brasileiro
I'm use many rubys. Passenger configured im proxy reverse for others rubys. On Wed, Mar 16, 2011 at 11:29 AM, Norbert Melzer timmel...@googlemail.comwrote: I am using rvm for developing already bit did not know that I could use it for production as well. I will take a look at your link when