Re: [Rails] Upgrading to Rails 3

2012-04-08 Thread Jeffrey L. Taylor
Quoting Gurdipe Dosanjh : > Hi All, > > Thanks to everyone for the great updates on how to upgrade to Rails 3. > > What are the technical and business benefits of upgrading to the latest > versions of Ruby an Ruby on Rails. > > The application we have written is still on Ruby version 1.8.7 and R

Re: Re: [Rails] Upgrading to Rails 3

2012-04-08 Thread Gurdipe Dosanjh
Hi All, Thanks to everyone for the great updates on how to upgrade to Rails 3. What are the technical and business benefits of upgrading to the latest versions of Ruby an Ruby on Rails. The application we have written is still on Ruby version 1.8.7 and Ruby on Rails version 2.3.5 Kind Regards a

Re: Re: [Rails] Upgrading to Rails 3

2012-04-08 Thread Gurdipe Dosanjh
Hi Jodi, Thanks for this great point about testing and plugins that need to be upgraded. Its really helpful Kind Regards Gurdipe On 7 April 2012 15:30, Jodi Showers wrote: > I suggest you get your tests in gear if not already > > get a core group (start with models, then controllers, minimum

Re: Re: [Rails] Upgrading to Rails 3

2012-04-07 Thread Jodi Showers
I suggest you get your tests in gear if not already get a core group (start with models, then controllers, minimum of models) passing in 2.3.5 then upgrade you'll find a great number of plugins and gems will need to be upgraded - and some will have to be hand patched if you cannot find a suita

Re: [Rails] Upgrading to Rails 3

2012-04-07 Thread Gurdipe Dosanjh
Hi Chirag , Thanks mate, I'll definitely checkout these rails casts out. Gurdipe On 7 April 2012 06:30, Chirag Singhal wrote: > Hi Gurdipe, > > There is a series of RailsCasts that you can watch to get a reasonable > idea of how to approach the upgrade. > http://railscasts.com/episodes?sear

Re: [Rails] Upgrading to Rails 3

2012-04-07 Thread Gurdipe Dosanjh
Hi Jason, Thanks for the awesome brilliant reply, it’s been a great help to me. Gurdipe On 6 April 2012 21:16, Jason Fleetwood-Boldt wrote: > > > Check out > http://guides.rubyonrails.org/3_0_release_notes.html > > > It is my personal recommendation that you do three things: > > 1) Create fr

Re: [Rails] Upgrading to Rails 3

2012-04-06 Thread Chirag Singhal
Hi Gurdipe, There is a series of RailsCasts that you can watch to get a reasonable idea of how to approach the upgrade. http://railscasts.com/episodes?search=upgrading+to+Rails+3 Chirag http://sumeruonrails.com On Sat, Apr 7, 2012 at 1:46 AM, Jason Fleetwood-Boldt wrote: > > > Check out > ht

Re: [Rails] Upgrading to Rails 3

2012-04-06 Thread Jason Fleetwood-Boldt
Check out http://guides.rubyonrails.org/3_0_release_notes.html It is my personal recommendation that you do three things: 1) Create fresh new Rails 3 app for yourself to "play around in" first. In fact, you don't even need to play much, you just need to compare your existing config files to

[Rails] upgrading to rails 3.

2010-09-03 Thread Mauro
I've installed rails_upgrade plugin with ruby script/plugin install http://github.com/rails/rails_upgrade.git. Then if I run rake rails:upgrade:check it says rake aborted! no such file to load -- initializer What I've missed? -- You received this message because you are subscribed to the Google