Skip to content

Commit

Permalink
remove turbolinks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhizome committed Jan 16, 2014
1 parent 4b77f27 commit 52c0fe7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem "selectize-rails"
gem 'jquery-rails'

# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# gem 'turbolinks'

# Using Simple_Form for form helper
gem "simple_form", git: "https://github.com/plataformatec/simple_form"
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.0)
coffee-rails
tzinfo (0.3.38)
uglifier (2.4.0)
execjs (>= 0.3.0)
Expand Down Expand Up @@ -303,6 +301,5 @@ DEPENDENCIES
sdoc
selectize-rails
simple_form!
turbolinks
uglifier (>= 1.3.0)
uuidtools
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
//= require jquery
//= require jquery_ujs
//= require foundation
//= require turbolinks
//= require jquery.fileupload
//= require selectize
//= require_tree .
Expand Down

0 comments on commit 52c0fe7

Please sign in to comment.