mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 15:42:09 +00:00
Still trying to get dataTables working in production
This commit is contained in:
@@ -80,10 +80,10 @@ Wrestling::Application.configure do
|
|||||||
|
|
||||||
|
|
||||||
#THESE ADDED BY ME TO GET RAILS 4 WORKING IN HEROKU
|
#THESE ADDED BY ME TO GET RAILS 4 WORKING IN HEROKU
|
||||||
config.cache_classes = true
|
# config.cache_classes = true
|
||||||
config.serve_static_assets = true
|
# config.serve_static_assets = true
|
||||||
config.assets.compile = true
|
# config.assets.compile = true
|
||||||
config.assets.digest = true
|
# config.assets.digest = true
|
||||||
|
|
||||||
#Added by me to force SSL in production
|
#Added by me to force SSL in production
|
||||||
config.force_ssl = true
|
config.force_ssl = true
|
||||||
|
|||||||
Reference in New Issue
Block a user