Skip to content
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

Modal never displays #4

Closed
aharpole opened this issue Jul 11, 2013 · 3 comments
Closed

Modal never displays #4

aharpole opened this issue Jul 11, 2013 · 3 comments

Comments

@aharpole
Copy link

I believe I have correctly installed peek-rblineprof into my Rails app (it's a rails 3.2 app) and I also installed pygments and the other related gems since other issues mentioned that that can prevent the gem from working.

The JS and CSS are in my app, but the peek element never ends up in the DOM and nothing ever appears.

I have verified that the initializer is indeed loading, but I'm not really sure what I should do to troubleshoot further. Any ideas?

@dewski
Copy link
Member

dewski commented Jul 11, 2013

I've pushed up 0.1.1 that should address this issue. There wasn't a top set so it would sometimes get appended to the bottom. If it still happens, can you create a gist of the HTML response?

@dewski dewski closed this as completed Jul 11, 2013
@aharpole
Copy link
Author

@dewski I believe the issue for me is that the peekEnabled function in peek.js is returning false because there is no element with the id peek.

gist of response

@c0
Copy link

c0 commented Sep 23, 2014

My issue is similar, I added around_filter :inject_rblineprof to my controller and it came up (in an older Rails 3.2 app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants