Skip to content

Instantly share code, notes, and snippets.

View Netznarkose's full-sized avatar
🎯
Focusing

Max Maintz Netznarkose

🎯
Focusing
View GitHub Profile
@Netznarkose
Netznarkose / rails_new_plus_version.md
Last active March 10, 2018 09:08
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