-
Notifications
You must be signed in to change notification settings - Fork 68
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
Remove dependency on jQuery #92
Comments
Yeah, I would like that too. Pull requests welcome. :) |
Getting below error, can i get a quick solution for this I am using rails-ujs instead of jquery_ujs |
@srikanthcx A quick hack would be to define $.rails.allowAction somewhere and make it return true. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of Rails 5.1, jQuery is no longer needed and Rails UJS is available without any dependencies. It would be great to drop the jQuery dependency and just use plain JS.
The text was updated successfully, but these errors were encountered: