Removed Turbolinks due to side effects with jQuery onLoad

This commit is contained in:
Christoph Haas 2013-08-24 23:14:51 +02:00
parent 8b5c1d9ff2
commit 33efb2c931
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,8 @@ gem 'therubyracer', platforms: :ruby
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Funky side-effects - so we better not use Turbolinks
#gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'