Skip to content

Instantly share code, notes, and snippets.

@bells17
Last active August 29, 2015 14:03
Show Gist options
  • Save bells17/47f3d1d02fe3f9490859 to your computer and use it in GitHub Desktop.
Save bells17/47f3d1d02fe3f9490859 to your computer and use it in GitHub Desktop.
rails-new-gemfile
http://blog.dakatsuka.jp/2010/11/09/bundle-install.html
bundle install --path vendor/bundler
bundle exec rails new . -d mysql
source "http://rubygems.org"
gem "rails", "4.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment