Raju Aralikatti wrote:
> Hi all,
> 
> My rails application's current version is 1.1.6, I want to migrate it to
> rails 2.2.2.

No, you probably want to migrate to Rails 2.3, which is the current 
version.

> 
> Please state me the steps what I need to do.

Search this forum for detailed information.  In brief:

* Create a new branch in your version control system for the upgrade.
* Change the RAILS_GEM_VERSION.
* Run rake rails:upgrade (or whatever it's called).
* Update plugins as necessary.
* See which tests fail.
* Fix the code so tests pass.

1.1.6 to 2.3 will be a huge jump.  You will probably find it easier to 
do several smaller upgrades -- say, 1.1 to 1.2, then 1.2 to 2.0, and so 
on.

> 
> Thanks in advance,
> Raju

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to