Re: [Rails] Re: Upgrading to Rails 3

2012-04-08 Thread Gurdipe Dosanjh
: Upgrading to Rails 3 I am working on a rails application I need to upgrade to the latest version of Ruby and Ruby on Rails. Make sure your automated test coverage is complete before you start, then you can be reasonably confident, when you have finished, that all is working. Colin

Re: [Rails] Re: Upgrading to Rails 3

2012-04-07 Thread Colin Law
On 6 April 2012 20:35, Gurdipe Dosanjh rhomobilea...@gmail.com wrote: Hi All, Re: Upgrading to Rails 3 I am working on a rails application I need to upgrade to the latest version of Ruby and Ruby on Rails. Make sure your automated test coverage is complete before you start, then you can

Re: [Rails] Re: Upgrading to Rails 3

2012-04-07 Thread Jeffrey L. Taylor
Quoting Gurdipe Dosanjh rhomobilea...@gmail.com: Hi All, Re: Upgrading to Rails 3 I am working on a rails application I need to upgrade to the latest version of Ruby and Ruby on Rails. It is currently using: Ruby version 1.8.7 and Ruby on Rails version 2.3.5 Is there any

[Rails] Re: Upgrading to Rails 3

2012-04-06 Thread Gurdipe Dosanjh
Hi All, Re: Upgrading to Rails 3 I am working on a rails application I need to upgrade to the latest version of Ruby and Ruby on Rails. It is currently using: Ruby version 1.8.7 and Ruby on Rails version 2.3.5 Is there any information, tutorial, guides etc. I can follow Any help would

[Rails] Re: upgrading to rails 3.

2011-07-27 Thread brian ..
Ruby Man wrote in post #989320: Msan Msan wrote in post #937930: 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?

[Rails] Re: upgrading to rails 3.

2011-07-27 Thread Chirag
Try re-installing rails version that you are using, if you have frozen rails in your vendor directory, then remove it and use rails from gem or remove it and re-freeze Most probably this issue is because rails is not installed properly or is not in the right path or has gotten corrupted

[Rails] Re: upgrading to rails 3.

2011-03-25 Thread Ruby Man
Msan Msan wrote in post #937930: 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? I'm having the exact same

Re: [Rails] Re: upgrading to rails 3.

2010-09-06 Thread Mauro
On 3 September 2010 15:05, Tony Primerano tony.primer...@gmail.com wrote: try adding trace to your rake command to get more information rake rails:upgrade:check --trace Here is with --trace option: rake aborted! no such file to load -- initializer

[Rails] Re: upgrading to rails 3.

2010-09-03 Thread Tony Primerano
try adding trace to your rake command to get more information rake rails:upgrade:check --trace On Sep 3, 5:32 am, Mauro mrsan...@gmail.com wrote: I've installed rails_upgrade plugin with ruby script/plugin installhttp://github.com/rails/rails_upgrade.git. Then if I run rake