Can be done in a one step process or do I have to upgrade to 2.2 then 2.3? Thanks for the help. -- Posted via http://www.ruby-forum.com/.
Hi Chris, On Sun, 2009-08-23 at 17:53 +0200, Chris Olsen wrote:> Can be done in a one step process or do I have to upgrade to 2.2 then > 2.3? > > Thanks for the help.Just one step. Best regards, Bill
bill walton wrote:> Hi Chris, > > Just one step. > > Best regards, > BillThanks for the help Bill. -- Posted via http://www.ruby-forum.com/.
Chris Olsen wrote:> Can be done in a one step process or do I have to upgrade to 2.2 then > 2.3? > > Thanks for the help.After you have updated Rails and set your environment.rb to use the correct version don''t forget to run rake update. -- Posted via http://www.ruby-forum.com/.
On Aug 23, 2:06 pm, James West <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Chris Olsen wrote: > > Can be done in a one step process or do I have to upgrade to 2.2 then > > 2.3? > > > Thanks for the help. > > After you have updated Rails and set your environment.rb to use the > correct version don''t forget to run rake update. > --a few other things: - application.rb , now "application_controller.rb" - mySQL install: need new gem for 2.2, 2.3 These should help http://intertwingly.net/blog/2009/05/15/Keeping-Up-With-Rails http://giantrobots.thoughtbot.com/2009/4/15/rails-2-3-2-upgrade-gotchas http://commanigy.com/blog/2009/03/16/upgrading-rails-engines-project-to-rails-232.html http://www.lukeludwig.com/blog/2009/06/11/upgrading-to-rails-2-3-2-from-rails-2-1 -
On Sun, Aug 23, 2009 at 10:53 AM, Chris Olsen<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Can be done in a one step process or do I have to upgrade to 2.2 then > 2.3?Your test suite will be best suited to answer that question. -- Greg Donald http://destiney.com/