Browse Source

Attempt #5

development
Godwin 11 years ago
parent
commit
0cc81bf38d
  1. 2
      Gemfile
  2. 6
      config/environments/production.rb

2
Gemfile

@ -43,7 +43,7 @@ gem 'compass-rails', '~> 2.0.alpha.0'
gem 'zurb-foundation'
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'rails_12factor', group: :production
//gem 'rails_12factor', group: :production
group :development, :test do
gem 'debugger'

6
config/environments/production.rb

@ -36,7 +36,7 @@ Starterapp::Application.configure do
config.assets.version = '1.0'
# Specifies the header that your server uses for sending files.
config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
@ -45,9 +45,7 @@ Starterapp::Application.configure do
# Set to :debug to see everything in the log.
config.log_level = :info
config.assets.initialize_on_precompile = false
config.cache_classes = true
config.cache_classes = true
config.serve_static_assets = true
config.assets.compile = true
config.assets.digest = true

Loading…
Cancel
Save