Skip to content

Instantly share code, notes, and snippets.

@DocEmmetBrown
Last active September 8, 2020 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DocEmmetBrown/bee85b3bce63e3415c59752e9517fa15 to your computer and use it in GitHub Desktop.
Save DocEmmetBrown/bee85b3bce63e3415c59752e9517fa15 to your computer and use it in GitHub Desktop.
Setup an edge minimal rails app
mkdir myapp
cd myapp
cat > Gemfile << EOF
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
EOF
bundle install
bundle exec rails new . --minimal --edge --database=postgresql
# conflict Gemfile
# Overwrite /Users/user/myapp/Gemfile? (enter "h" for help) [Ynaqdhm]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment