Re: [Rails] Re: What version of Rail, Ruby & my website is using?

2011-02-22 Thread Bryan Crossland
Hassan is correct. After getting it to run locally as 2.1 you're going to want to move the site from Rails 2.1 to 2.2.2 then to 2.3.8 and then finally 3.* There are going to be a lot of deprecations along the way that you will need to fix in order to make the process of moving to the next version e

Re: [Rails] Re: What version of Rail, Ruby & my website is using?

2011-02-21 Thread Hassan Schroeder
On Mon, Feb 21, 2011 at 5:35 PM, korssane korssane wrote: >  i figure out that the website is running using the following : > rails : 2.1.0 > ruby 1.8.6 > > what i have to do in this case.. > > Update to rails 3 and try to run the website locally ? > or repicate the same environment locally ? > >

[Rails] Re: What version of Rail, Ruby & my website is using?

2011-02-21 Thread korssane korssane
korssane korssane wrote in post #982985: > Colin Law wrote in post #982958: >> On 21 February 2011 16:11, korssane korssane >> wrote: >>> Hi guys, >>> >>> I am working on importing a website locally to do some changes in a safe >>> mode. >>> >>> >>> Is there a way to go to the website itself and c

[Rails] Re: What version of Rail, Ruby & my website is using?

2011-02-21 Thread korssane korssane
Colin Law wrote in post #982958: > On 21 February 2011 16:11, korssane korssane > wrote: >> Hi guys, >> >> I am working on importing a website locally to do some changes in a safe >> mode. >> >> >> Is there a way to go to the website itself and check what is the >> package ( rails version ,..etc)