Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Created October 18, 2017 15:02
Show Gist options
  • Select an option

  • Save thiagosf/928a789ddf42b53ac4a2c7513f6fa9a4 to your computer and use it in GitHub Desktop.

Select an option

Save thiagosf/928a789ddf42b53ac4a2c7513f6fa9a4 to your computer and use it in GitHub Desktop.
Novo projeto Rails usando AZK
azk start --image azukiapp/ruby --shell /bin/bash
gem install rails --no-rdoc --no-ri
rails new project --api -d mysql --skip-bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment