Sha256: 97a42337c966ca63eeacc6ded99a6989a6cfe4592339af5f64b36ab8ad97171a
Contents?: true
Size: 837 Bytes
Versions: 1
Compression:
Stored size: 837 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
turtlelinks-0.0.1 | README.md |