Skip to content

Instantly share code, notes, and snippets.

@Netznarkose
Last active March 10, 2018 09:08
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 Netznarkose/22882a04e09083f68f8631c3e03c8222 to your computer and use it in GitHub Desktop.
Save Netznarkose/22882a04e09083f68f8631c3e03c8222 to your computer and use it in GitHub Desktop.
Create a new Rails App with specific Version #Rails #DevOps

Check if Rais Version is installed

local: gem list | grep rails

if not, install it!

local: gem install rails -v 4.2.10

Create Rails App with specific Version

local: rails _4.2.10_ new myapp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment