Commit 957d912

mo khan <mo@mokhan.ca>
2015-12-23 21:03:45
rollback sprockets version.
1 parent 7d86f6b
Changed files (4)
app/assets/javascripts/models/startup.js.coffee
@@ -1,5 +1,6 @@
 class Stronglifters.Startup
   start: ->
+    Ractive.DEBUG = false
     $(document).on 'page:fetch', ->
       $(".loading-indicator").show()
     $(document).on 'page:change', ->
app/assets/javascripts/application.js
@@ -21,5 +21,6 @@
 
 var Stronglifters = Stronglifters || {};
 $(function(){
+  Ractive.DEBUG = false;
   new Stronglifters.Startup().start();
 });
Gemfile
@@ -1,63 +1,44 @@
 source 'https://rubygems.org'
 ruby '2.2.4'
 
-# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
-gem 'rails', '~> 4.2'
-# Use postgresql as the database for Active Record
-gem 'pg'
-gem 'sqlite3'
-# Use SCSS for stylesheets
-gem 'sass-rails', '~> 5.0'
-# Use Uglifier as compressor for JavaScript assets
-gem 'uglifier', '>= 1.3.0'
-# Use CoffeeScript for .coffee assets and views
+gem 'bcrypt', '~> 3.1.7'
+gem 'chartkick'
 gem 'coffee-rails', '~> 4.1'
-# See https://github.com/sstephenson/execjs#readme for more supported runtimes
-gem 'therubyracer', platforms: :ruby
-
-# Use jquery as the JavaScript library
+gem 'dalli'
+gem 'dotenv-rails'
+gem 'email_validator'
+gem 'font-awesome-rails'
+gem 'foundation-rails'
+gem 'griddler'
+gem 'griddler-mandrill'
+gem 'groupdate'
+gem 'jbuilder', '~> 2.0'
 gem 'jquery-rails'
 gem 'jquery-turbolinks'
-# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
-gem 'turbolinks'
-# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
-gem 'jbuilder', '~> 2.0'
-# bundle exec rake doc:rails generates the API under doc/api.
-gem 'sdoc', '~> 0.4', group: :doc
-gem 'foundation-rails'
-gem 'email_validator'
-
-# Use ActiveModel has_secure_password
-gem 'bcrypt', '~> 3.1.7'
-
-# Use Puma as the app server
+gem 'pg'
 gem 'puma'
 gem 'rack-timeout'
+gem 'ractive-rails'
+gem 'rails', '~> 4.2'
+gem 'rubyzip', require: "zip"
+gem 'sass-rails', '~> 5.0'
 gem 'scale'
-gem 'dotenv-rails'
-gem 'chartkick'
-gem 'groupdate'
-gem 'dalli'
+gem 'sdoc', '~> 0.4', group: :doc
 gem 'sequel'
-gem 'rubyzip', require: "zip"
-gem 'font-awesome-rails'
-gem 'ractive-rails'
 gem 'sidekiq'
-gem 'griddler'
-gem 'griddler-mandrill'
+gem 'sprockets-rails', '2.3.3'
+gem 'sqlite3'
+gem 'therubyracer', platforms: :ruby
+gem 'turbolinks'
+gem 'uglifier', '>= 1.3.0'
 
 source 'https://rails-assets.org' do
   gem 'rails-assets-ractive'
 end
 
 group :development, :test do
-  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
   gem 'byebug'
-
-  # Access an IRB console on exception pages or by using <%= console %> in views
   gem 'web-console', '~> 2.0'
-
-  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
   gem 'spring'
   gem 'spring-commands-rspec'
   gem 'spring-commands-teaspoon'
@@ -71,8 +52,6 @@ group :development, :test do
   gem 'teaspoon-jasmine'
   gem 'meta_request'
   gem 'rack_session_access'
-
-  # Use Capistrano for deployment
   gem 'capistrano-rails'
   gem 'capistrano-bundler', '~> 1.1', require: false
   gem 'capistrano-rbenv', '~> 2.0', require: false
Gemfile.lock
@@ -253,7 +253,8 @@ GEM
     rake (10.4.2)
     rake-compiler (0.9.5)
       rake
-    rdoc (4.2.0)
+    rdoc (4.2.1)
+      json (~> 1.4)
     redis (3.2.2)
     ref (2.0.0)
     rest-client (1.8.0)
@@ -311,10 +312,10 @@ GEM
     sprockets (3.5.2)
       concurrent-ruby (~> 1.0)
       rack (> 1, < 3)
-    sprockets-rails (3.0.0)
-      actionpack (>= 4.0)
-      activesupport (>= 4.0)
-      sprockets (>= 3.0.0)
+    sprockets-rails (2.3.3)
+      actionpack (>= 3.0)
+      activesupport (>= 3.0)
+      sprockets (>= 2.8, < 4.0)
     sqlite3 (1.3.11)
     sshkit (1.8.1)
       net-scp (>= 1.1.2)
@@ -415,6 +416,7 @@ DEPENDENCIES
   spring
   spring-commands-rspec
   spring-commands-teaspoon
+  sprockets-rails (= 2.3.3)
   sqlite3
   stackprof
   teaspoon-jasmine