Skip to content

Instantly share code, notes, and snippets.

@t-oginogin
Created April 25, 2014 22:58
Show Gist options
  • Select an option

  • Save t-oginogin/11305985 to your computer and use it in GitHub Desktop.

Select an option

Save t-oginogin/11305985 to your computer and use it in GitHub Desktop.
RailsのRAILS_ENVに自分の環境を追加する ref: http://qiita.com/t_oginogin/items/181a45bfb17fede1655d
$ 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