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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 13 October 2011 18:12, Nick Demeschenko <neveragny-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 =) On Thu, Oct 13, 2011 at 12:25 PM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 13 October 2011 18:12, Nick Demeschenko <neveragny-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
This looks to have been fixed in the rack source, just hasn''t been released yet. https://github.com/rack/rack/issues/246 -GR On Oct 13, 2011, at 12:01 PM, Javier Quarite wrote:> 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 =) > > On Thu, Oct 13, 2011 at 12:25 PM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > On 13 October 2011 18:12, Nick Demeschenko <neveragny-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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 > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.