-
Notifications
You must be signed in to change notification settings - Fork 150
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
Using without require "sprockets/railtie" #257
Comments
You can use a low level method Some examples here: https://github.com/railsware/js-routes#very-advanced-setup |
Thank you for the answer. It works, but if I comment require sprockets in application.rb I have error on dev server starting. |
Please provide that error. |
is it, by any chance
|
@seniath Yes, this one. |
I've applied a patch to master. Please check if it works for you and I'll make a release. |
Yes, now everything is OK. Thanks
вт, 5 мая 2020 г. в 14:38, Bogdan Gusiev <notifications@github.com>:
… I've applied a patch to master. Please check if it works for you and I'll
make a release.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#257 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKCCMAPKRN3Z447KCGFRDLRQACC5ANCNFSM4MOJ557Q>
.
--
*****
*Alex Khaldeev*
+79857610289
|
Released 1.4.10 |
Can't find the version |
@roooodcastro sorry, I am not sure how did it happen. I made a |
Is it possible to use without # require "sprockets/railtie" in application.rb?
The text was updated successfully, but these errors were encountered: