turbolinks / turbolinks-classic

Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5.
MIT License
3.54k stars 428 forks source link

Documentation does not explain how to install current turbolinks-classic version #673

Open neohunter opened 7 years ago

neohunter commented 7 years ago

Documentation says:

Installation Add gem 'turbolinks' to your Gemfile.

however, adding that will install latest version (5) instead of the latest version of turbolinks-classic.

Also, README says that the data-turbolinks-permanent is available since 3.0+ but the latest version is 2.5.3, what is 3.0?

neohunter commented 7 years ago

I guess this is the right solution:

gem 'turbolinks', github: 'turbolinks/turbolinks-classic'