# Turtlelinks Use this gem in order to easily remove [turbolinks](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 ```no-highlight gem install turtlelinks ``` ## Usage Navigate to the root directory of a Rails app and run the following command: ```no-highlight turtlelinks ``` ## Contributing 1. Fork it ( https://github.com/HeroicEric/turtlelinks/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request [turbolinks]: https://github.com/rails/turbolinks