Last active
October 14, 2015 07:09
-
-
Save tiveor/6e882978677c0805f665 to your computer and use it in GitHub Desktop.
Create FAST RoR App
This file contains hidden or 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
mkdir myapp | |
cd myapp | |
rvm use ruby-2.1.1@myapp --ruby-version --create | |
gem install rails | |
rails new . -m https://raw.github.com/RailsApps/rails-composer/master/composer.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment