This repository shows a problem with select boxes and turbolinks 5. This works with turbolinks-classic (v2).
Steps to reproduce:
-
git clone https://github.com/pierre-pretorius/turbolinks_test.git
-
cd turbolinks_test
-
bin/rake db:migrate
-
rails s
-
Enter name "any name" and select "Type two".
-
Click "Go to items".
-
Press browser back button.
-
Note that "any name" is still filled in as the name but "Type two" isn't selected.