Created
November 18, 2010 22:56
-
-
Save leogomes/705843 to your computer and use it in GitHub Desktop.
setting rails to production
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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