Closed tomg65 closed 10 years ago
We have to test Turbolinks 2.0 before we can raise the version. Turbolinks 2.0 now also fires jQuery ajaxSuccess. We have to see if this brings any regressions.
So, if you don't explicitly depend on Turbolinks 2.0 (Your Gemfile
allows any version), you can install Alchemy with:
$ bundle update turbolinks alchemy_cms
This should help.
Updates Turbolinks e26d6ba41799d4389e2845ad611c5331d579cc91
Please test and see, if you can find any regressions.
cool - thx Will test it.
Hi,
I tried to install master branch into a existing app (rails 4.0.0)
Got the follwing error on bundle install:
in Gemfile are:
... etc.
Is it necessary to downgrade the turbolinks gem?
greetings tomg