You don't need this anymore
You can now pass --skip-turbolinks
when generating a new Rails app to skip turbolinks.
Turtlelinks
Use this gem in order to easily remove turbolinks from your Rails app.
This has currently only been tested with Rails 4.1.6. Support for previous versions of Rails will be added in the future. Please file an issue if you find another version of Rails that this does not work with.
Installation
gem install turtlelinks
Usage
Navigate to the root directory of a Rails app and run the following command:
turtlelinks
Contributing
- Fork it ( https://github.com/HeroicEric/turtlelinks/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request