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

ui-select2 component broken by jquery-rails v4.0.0 gem update #5

Open
colinvella opened this issue Dec 16, 2014 · 0 comments
Open

ui-select2 component broken by jquery-rails v4.0.0 gem update #5

colinvella opened this issue Dec 16, 2014 · 0 comments

Comments

@colinvella
Copy link

I recently ran a "bundle update" on a project I'm working on and this broke the rendering of the ui-select2 dropdown component. After an extensive trial and error session I pinpointed the problem to jquery-rails updating from 3.1.2 to 4.0.0. For the time being I solved it by binding the gem to a specific version as in:

gem 'jquery-rails', '3.1.2'

I don't know if this is an issue with ui-select2 (the related gem angular-ui-select2-rails hasn't changed in the update AFAIK) or something broke in jquery-rails v4.0.0.

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

1 participant