Skip to content

Commit

Permalink
enable turbolinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Peng committed Sep 17, 2014
1 parent 81ffdb4 commit 0c383b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ gem 'rails-i18n'
# Gems used only for assets and not required
# in production environments by default.
gem 'sass-rails'
gem 'jquery-turbolinks'
gem 'turbolinks'
gem 'haml_coffee_assets', github: "netzpirat/haml_coffee_assets"
gem 'execjs'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ GEM
jquery-rails (3.1.1)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-turbolinks (2.1.0)
railties (>= 3.1.0)
turbolinks
jquery-ui-rails (4.2.1)
railties (>= 3.2.16)
json (1.8.1)
Expand Down Expand Up @@ -313,6 +316,8 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.2)
coffee-rails
tzinfo (1.2.1)
thread_safe (~> 0.1)
uglifier (2.5.1)
Expand Down Expand Up @@ -354,6 +359,7 @@ DEPENDENCIES
haml-rails
haml_coffee_assets!
jquery-rails
jquery-turbolinks
kaminari
mysql2
nokogiri
Expand All @@ -374,6 +380,7 @@ DEPENDENCIES
spring
therubyracer
thin
turbolinks
uglifier
unicorn
workflow
Expand Down
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
//= require jquery
//= require jquery_ujs
//= require bootstrap-sprockets
//= require jquery.turbolinks
//= require turbolinks
//= require epiceditor
//= require underscore
//= require backbone
Expand Down

0 comments on commit 0c383b6

Please sign in to comment.