Nirav
2006-Jan-12 17:53 UTC
[Rails] Rails 1.0 gem installation - rake version not supported on
gem install rails-1.0.0 the above commands gives an error saying it requires rake 0.6? what should be done here ? - Thanks - Nirav -- Posted via http://www.ruby-forum.com/.
Jens-Christian Fischer
2006-Jan-15 19:53 UTC
[Rails] Rails 1.0 gem installation - rake version not supported on
> gem install rails-1.0.0 > > the above commands gives an error saying it requires rake 0.6? what > should be done here ?what version of rake are you using? $ rake --version try to update to the current version if you are below 0.6 cu jc -- InVisible GmbH, Langgr?tstrasse 172, 8047 Z?rich Phone: +41 44 401 09 30 http://www.invisible.ch http://not.invisible.ch -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2361 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060115/05e3f27b/smime.bin
Nirav Dani
2006-Jan-31 16:25 UTC
[Rails] Re: Rails 1.0 gem installation - rake version not supported
Jens-Christian Fischer wrote:>> gem install rails-1.0.0 >> >> the above commands gives an error saying it requires rake 0.6? what >> should be done here ? > > what version of rake are you using? > > $ rake --version > > try to update to the current version if you are below 0.6 > > cu jcI installed latest gem. Installed windows version of one click ruby installer. Running gem install rails --include dependencies and it gives me this error. I am able to remote install, but local install fails. -- Posted via http://www.ruby-forum.com/.