I'm getting this error in my terminal when I use any ruby, rake or rails related commands. Commands are being executed and work fine, but before that I receive his error. Any suggestions? Thanks for advise!

.rvm/gems/ruby-1.9.2-p290/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_
link|improve this question

possible duplicate of Rake "already initialized constant" warning – Benoit Garret Oct 4 '11 at 20:56
Definitely a duplicate. Best answer is a link to the other question. – Emily Mar 16 at 1:14
feedback

2 Answers

up vote 10 down vote accepted

This question has been answered here: Link

link|improve this answer
great thanks rrb! too bad the error msg wasnt on this title. I could not find it! – DannyRe Oct 4 '11 at 20:57
no problem! yea, that happened to me few times as well. – rb512 Oct 4 '11 at 21:01
feedback

I put gem 'rake', '1.3.3' in my Gemfile and ran bundle update rake and it works now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.