Skip to content

Instantly share code, notes, and snippets.

@leogomes
Created November 18, 2010 22:56
Show Gist options
  • Save leogomes/705843 to your computer and use it in GitHub Desktop.
Save leogomes/705843 to your computer and use it in GitHub Desktop.
setting rails to production
$ rake db:migrate RAILS_ENV=”production”
ENV['RAILS_ENV'] ||= 'production'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment