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

Undocumented jQuery dependency. #142

Open
yxhuvud opened this issue Aug 24, 2017 · 3 comments
Open

Undocumented jQuery dependency. #142

yxhuvud opened this issue Aug 24, 2017 · 3 comments

Comments

@yxhuvud
Copy link

yxhuvud commented Aug 24, 2017

There is a dependency on jquery to get this to work, and not only jquery, but that you let jquery define $ in the global scope. This dependency should either be documented or removed.

@vanessasoutoc
Copy link

How is dependency, not work for me!

@hjJunior
Copy link

hjJunior commented Sep 15, 2018

To make this work, I supposed to add jquery

Gem file

gem 'jquery-rails'

Application.js

And here we need to load the jquery.js

//= require jquery3
//= require jquery_ujs
//= require social-share-button
...

`
Maybe this tutor could help u better: Using Jquery with Rails

@chrisjeon
Copy link

Can someone make a PR to remove this jQuery dependency? It's 2019.

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

5 participants
@yxhuvud @chrisjeon @vanessasoutoc @hjJunior and others