[Rails] Re: Switching the version of Rails that an app uses

2008-11-22 Thread Bill Walton
Hi Richard, RichardOnRails wrote: I’ve got a few versions or Rails installed and I'd like to run an App I’m developing with various versions of Rails. I heard of two ways to switch the version of Rails that an app uses: Given that you're working on Windows, the easiest way to accomplish

[Rails] Re: Switching the version of Rails that an app uses

2008-11-22 Thread RichardOnRails
Hi Bill, Thanks for your response. The problem with specifying different version of Rails prior to v2.0 ... Interesting. But that sounds like what I was trying should have worked because I was trying to switch from 2.2.x to 2.0.2. Does the fact that I've got 1.x RubyGems installed impact

[Rails] Re: Switching the version of Rails that an app uses

2008-11-22 Thread Frederick Cheung
On Nov 22, 3:39 pm, Bill Walton [EMAIL PROTECTED] wrote: Given that you're working on Windows, the easiest way to accomplish your goal is to set up multiple versions of InstantRails.  You can install the appropriate version of gems in each.  Just copy your app into whichever copy of

[Rails] Re: Switching the version of Rails that an app uses

2008-11-22 Thread Frederick Cheung
On Nov 22, 9:36 pm, Bill Walton [EMAIL PROTECTED] wrote: I'd definitely appreciate a link or two to how to make that work.  That is, I've never figured out how to specify the 'whole package' of gems that should be pulled into play for a specific app.  And then again there's the whole is

[Rails] Re: Switching the version of Rails that an app uses

2008-11-22 Thread RichardOnRails
Hi again, Fred, I just started reading RubyGems Manuals using the URL you provided. That's stuff I should have learned a long time ago. Thanks for showing me how to get up to speed on RubyGems. Thanks a lot for post that URL. Best wishes, Richard On Nov 22, 4:45 pm, Frederick Cheung [EMAIL

[Rails] Re: Switching the version of Rails that an app uses

2008-11-21 Thread Web Reservoir
Hi, Your problem is solved very easily. Install Netbeans 6.5 today. It comes with an exclusive FIRST TIME FEATURE added in this new version. It helps you choose the rails framework at the time of creating project. like Rails 1.2, 2.0.2, 2.1.2, 2.2.2 etc.. This was the most outstanding

[Rails] Re: Switching the version of Rails that an app uses

2008-11-21 Thread RichardOnRails
Hi All, I should add that I don't have VendorRails installed. All I see under the vendor folder is a plugins folder, which is empty. Best wishes, Richard On Nov 21, 6:23 pm, RichardOnRails [EMAIL PROTECTED] wrote: Hi All, I’ve got a few versions or Rails installed and I'd like to run an