saasbook

production_environment.rb

Mar 13th, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.21 KB | None | 0 0
  1. # in config/environments/production.rb:
  2. # BEFORE - what 'rails new' generates for production.rb (l.18):
  3. config.assets.compile = false
  4. # AFTER - this is what you should change it to:
  5. config.assets.compile = true
Add Comment
Please, Sign In to add comment