'rake rails:update' Error - can't upgrade to 1.1.1

‘rake rails:update’ is causing the below error for me when trying to
upgrade my application. I’ve scowered Google and didn’t find much, has
anyone else had this problem and solved it?

C:@cs\phase2>rake rails:update --trace
(in C:/@cs/phase2)
rake aborted!
Don’t know how to build task ‘rails:update’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1449:in []' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:455:in[]’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in run' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:inrun’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7
c:/ruby/bin/rake.bat:25

Joe C. wrote:

‘rake rails:update’ is causing the below error for me when trying to
upgrade my application. I’ve scowered Google and didn’t find much, has
anyone else had this problem and solved it?

C:@cs\phase2>rake rails:update --trace
(in C:/@cs/phase2)
rake aborted!
Don’t know how to build task ‘rails:update’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1449:in []' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:455:in[]’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in run' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:inrun’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7
c:/ruby/bin/rake.bat:25

Hi Joe:

Your folder is called @cs?

IMHO Is not very happy name with @

Could you try do the same in other folder that dont have @?

P

Pedro V. wrote:

Joe C. wrote:

‘rake rails:update’ is causing the below error for me when trying to
upgrade my application. I’ve scowered Google and didn’t find much, has
anyone else had this problem and solved it?

C:@cs\phase2>rake rails:update --trace
(in C:/@cs/phase2)
rake aborted!
Don’t know how to build task ‘rails:update’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1449:in []' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:455:in[]’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:in run' c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1906:inrun’
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/bin/rake:7
c:/ruby/bin/rake.bat:25

Hi Joe:

Your folder is called @cs?

IMHO Is not very happy name with @

Could you try do the same in other folder that dont have @?

P

Hi, thanks for the suggestion, but that didn’t work either. I actually
stumbled upon another problem that renders this an exercise in
frustration:

  1. I need ruby 1.8.4 for the upgrade to work under windows
  2. Ruby 1.8.4 breaks RMagick in my app.

So either way I’m stuck.