Created
April 25, 2014 22:58
-
-
Save t-oginogin/11305985 to your computer and use it in GitHub Desktop.
RailsのRAILS_ENVに自分の環境を追加する ref: http://qiita.com/t_oginogin/items/181a45bfb17fede1655d
This file contains hidden or 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
| $ bundle install | |
| $ bundle exec rake db:migrate RAILS_ENV=development_user | |
| $ bundle exec rails s -e development_user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment