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

Not working with Rails 3.2 #16

Open
harrisbaird opened this issue Mar 24, 2012 · 3 comments
Open

Not working with Rails 3.2 #16

harrisbaird opened this issue Mar 24, 2012 · 3 comments
Assignees

Comments

@harrisbaird
Copy link

Just the request number and the close button are visible on the bar.
None of the panel links are displayed.

@nyarly
Copy link
Member

nyarly commented Apr 5, 2012

We'll see what we can check - time is tight for the next couple of weeks though.

@pigletto
Copy link

I think it's not rails 3.2 issue but a problem with Ruby 1.9 and unicode.

For me, changing 'size' to 'bytesize' resolves a problem, see line:
https://github.com/LRDesign/logical-insight/blob/master/lib/insight/enable-button.rb#L34

With 'size', if page contains some unicode characters then it's html code is stripped at the end.

@ghost ghost assigned nyarly May 16, 2012
@pboling
Copy link

pboling commented Aug 1, 2012

Loading jquery 1.3.2 is breaking all our javascript on our site when we load logical-insight. We use jquery 1.7. Aside from that the panel loads fine and the panel headings appear, and the tables are rendered into the DOM but I cannot get them to be visible, presumably because of the JS execution failure.

Has there been any progress on Rails 3 compatibility?

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

4 participants