Skip to content

Instantly share code, notes, and snippets.

@tiveor
Last active October 14, 2015 07:09
Show Gist options
  • Save tiveor/6e882978677c0805f665 to your computer and use it in GitHub Desktop.
Save tiveor/6e882978677c0805f665 to your computer and use it in GitHub Desktop.
Create FAST RoR App
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