Last active
August 29, 2015 14:03
-
-
Save bells17/47f3d1d02fe3f9490859 to your computer and use it in GitHub Desktop.
rails-new-gemfile
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
http://blog.dakatsuka.jp/2010/11/09/bundle-install.html | |
bundle install --path vendor/bundler | |
bundle exec rails new . -d mysql |
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
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