I'm deploying a rails app into production.
I'm struggling to find a explanation on where one sets the rails_env to production. Is it done in Unicorn or Nginx.
The app currently thinks that it is in development
I've tried to boot unicorn using sudo service unicorn start -E production