Replies: 1 comment
-
Include Turbolinks explicitly in case Alchemy is embedded into a larger application that doesn't work with Turbolinks. The app can then set that Turbolinks is not included in the app controllers. # config/appplication.rb
config.turbolinks.auto_include = false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to integrate Alchemy into a larger app that doesn't work with Turbolinks. It would be nice if the app could set
config.turbolinks.auto_include = false
in its configuration files so that Turbolinks is not used by default in controllers. The Alchemy controllers should then explicitly include Turbolinks.See dssjoblom@f4591cc. I can make a PR for this if you are interested.
Beta Was this translation helpful? Give feedback.
All reactions