Hi Railsers,
I want to transport my codes written using ruby 1.8.7 on rails 2.3.5 to
ruby 1.9.2 on rails 3.0.0
Any help would do wonders…
Regards,
Premanshu
Hi Railsers,
I want to transport my codes written using ruby 1.8.7 on rails 2.3.5 to
ruby 1.9.2 on rails 3.0.0
Any help would do wonders…
Regards,
Premanshu
On 11 October 2010 06:28, Premanshu M. [email protected] wrote:
Hi Railsers,
I want to transport my codes written using ruby 1.8.7 on rails 2.3.5 to
ruby 1.9.2 on rails 3.0.0Any help would do wonders…
I would recommend first experimenting with Rails 3. Have a look at
the Rails Guides and build some test apps. Also check you can deploy
to your production server.
Then the railscasts starting with
#225 Upgrading to Rails 3 Part 1 - RailsCasts may be
helpful.
Also obviously make sure you have a good set of automated tests before
you start and commit regularly to your version control system (git or
whatever) as you go.
Good luck
Colin
You may want to consider rebuilding your app under Rails 3 as there is
quite a bit of difference. I upgraded a project from Rails 2.3 to 3.0
and it was difficult.
There are several guides out there though for upgrading.
Premanshu M. wrote:
Hi Railsers,
I want to transport my codes written using ruby 1.8.7 on rails 2.3.5 to
ruby 1.9.2 on rails 3.0.0Any help would do wonders…
Hmm. Here’s the way I’ll probably do it when I upgrade my projects:
Regards,
Premanshu
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs