From 2d053500edfb0247b33e28cbf234ca66f4375ee0 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Wed, 11 Feb 2015 11:03:59 -0500 Subject: [PATCH] Still trying to get dataTables working in production --- config/environments/production.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 58df622..bff2d1f 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -80,10 +80,10 @@ Wrestling::Application.configure do #THESE ADDED BY ME TO GET RAILS 4 WORKING IN HEROKU - config.cache_classes = true - config.serve_static_assets = true - config.assets.compile = true - config.assets.digest = true + # config.cache_classes = true + # config.serve_static_assets = true + # config.assets.compile = true + # config.assets.digest = true #Added by me to force SSL in production config.force_ssl = true