Skip to content

Instantly share code, notes, and snippets.

@yosukehasumi
Created August 22, 2017 17:18
Show Gist options
  • Save yosukehasumi/12bfcabc4b07bf530fddd6b0a8e2d231 to your computer and use it in GitHub Desktop.
Save yosukehasumi/12bfcabc4b07bf530fddd6b0a8e2d231 to your computer and use it in GitHub Desktop.
Creating a Rails Applications - Full Stack

Things to consider

  • Ruby version
  • Rails version
  • Database (MYSQL, POSTGRES, SQLITE)
  • UNIX Web Server (Apache, NGINX)
  • Rails Web server (Puma, Passenger, Thin, etc, etc)
  • SSL (Let's Encrypt)
  • Deployment (Capistrano)
rails new ProjectName -d mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment