Re: [Rails] Re: Upgrading to Rails 3

2012-04-08 Thread Gurdipe Dosanjh
Hi Colin, Thanks this point, I am also carrying out a exercise to ensure all the testing is checked and up to date. Kind Regards Gurdipe On 7 April 2012 09:25, Colin Law wrote: > On 6 April 2012 20:35, Gurdipe Dosanjh wrote: > > Hi All, > > > > Re: Upgrading to Rails 3 > > > > I am working o

Re: [Rails] Re: Upgrading to Rails 3

2012-04-07 Thread Jeffrey L. Taylor
Quoting 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, tutor

Re: [Rails] Re: Upgrading to Rails 3

2012-04-07 Thread Colin Law
On 6 April 2012 20:35, Gurdipe Dosanjh 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 be reasonably confide

[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 be gre

[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 somehow

[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 >> >> Wha

[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 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 /home/user/jruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:

[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 wrote: > I've installed rails_upgrade plugin with ruby script/plugin > installhttp://github.com/rails/rails_upgrade.git. > Then if I run rake rails:upgrade:check it says > rak

[Rails] Re: upgrading to rails 3.

2010-09-03 Thread Robert Walker
Msan Msan wrote: > 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 just went through running rails_upgrad