Hi there,
While staring rails am receiving a weird warning, does anybody know what
it
mean?
/home/agny/.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_
–
Sincerely,
Nikita Demeschenko
On 13 October 2011 18:12, Nick D. [email protected] wrote:
Hi there,
While staring rails am receiving a weird warning, does anybody know what it
mean?
/home/agny/.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_
googling for
warning: already initialized constant WFKV_
led to
http://jomcode.com/fadhil/programming-and-development/rails-warning-already-initialized-constant-wfkv_/
which may be helpful. Google found other links also so it would be
worth looking at more than one to see if there is a concensus.
Colin
Hi,
I dont remember where but I found that it’s a problem with rack-1.3.4.
You have to use 1.3.3. I haven’t done that and it is not giving me
problems
with the things I’m doing with rails, but its annoying to see that
message
everytime you do something
Hope someone can give more explanation =)
This looks to have been fixed in the rack source, just hasn’t been
released yet.
opened 06:21AM - 02 Oct 11 UTC
closed 03:46PM - 04 Oct 11 UTC
While I am using it, some error as below rendered:
```
/home/jason/.rvm/gems/ru… by-1.9.2-p290@rails31/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_`
```
However, after switching back to 1.3.3, no such error appear again. Please advise.
-GR