bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

undefining `object_id' #139

Closed anand9 closed 10 years ago

anand9 commented 10 years ago

I am using Rails 3, when i add

   require 'genghis'

in routes i am getting this when i start my server with rails c

/gems/ruby-1.9.3-p392/gems/genghis-1.4.1/lib/genghis.rb:268: warning: undefining `object_id' may cause serious problems

also i get the error

    uninitialized constant Genghis::Server (NameError)
bobthecow commented 10 years ago

That's because you installed the genghis gem, not genghisapp.

anand9 commented 10 years ago

oh sorry i got confused

bobthecow commented 10 years ago

No worries :)