Project

remove_tl

0.0
No release in over 3 years
Low commit activity in last 3 years
Turbolinks can cause JS troubles in a rails app, unless properly used. This is a simple gem to remove everything related to turbolinks from a Rails 4 app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.2.1
>= 0
 Project Readme

DEPRECATED AND NOT MAINTAINED

I don't maintain this gem any more.

Remove Turbolinks

Turbolinks can cause JS troubles in a rails app, unless properly used. This is a simple gem to remove everything related to turbolinks from a rails app. It's a little snarky...I know.

Note

This gem was made for Rails <= 4.2.4

How to Use

  1. Add to Gemfile with:
gem 'remove_tl'
  1. Run the Bundle command to install it.
  2. After gem is installed run the generator:
rails generate remove_tl
  1. Your app is now Turbolinks free...your FE engineers won't be confused as to why none of their JS is working properly. Well, from a Turbolinks perspective at least ;-)

Contribute to this gem

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork it.
  • Start a feature/bugfix branch - git checkout -b feature.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright

Copyright (c) 2015 John M Buscemi. See LICENSE.txt for further details.