-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method send_message_with_safe_check' for class
Mongo::Connection
#2
Comments
What version of the mongo gem are you using? I just pushed a new version of |
i'm using mongo 1.8.3
is there any configuration missing? |
@luizkowalski do you have the results partial at the end of your application layout? <html>
<head>
<title>Application</title>
</head>
<body>
<%= render 'glimpse/bar' %>
<%= yield %>
<%= render 'glimpse/results' %>
</body>
</html> |
yep |
Do you have the required JS/CSS included in your application file? If it's still not working please open an issue on dewski/glimpse. |
I just added glimpse and glimpse-mongo to my Gemfile, and when I started the app, I got this
I saw an issue like this closed, but I guess mongo changed some names again
The text was updated successfully, but these errors were encountered: