Advertisement
saasbook

production_environment.rb

Feb 1st, 2012
582
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 (around l.18):
  3. config.assets.compile = false
  4. # AFTER - this is what you should change it to:
  5. config.assets.compile = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement