Before must be installed this
Step #1
rails new project_name --skip-test-unit --database=postgresql
Step #2
cd project_name
#!usr/bin/env/ruby-w | |
require 'json' | |
require 'open-uri' | |
require 'optparse' | |
#Author: Mateus Lino a.k.a Dctor | |
#Site: https://mateuslino.com | |
options = {:hash => nil} |
Before must be installed this
Step #1
rails new project_name --skip-test-unit --database=postgresql
Step #2
cd project_name
#!/bin/sh | |
# Sublime Text 3 install with Package Control (last update: 25 August 2016) | |
# | |
# No need to download this script, just run it on your terminal: | |
# | |
# $ curl -L git.io/sublimetext | sh | |
# | |
# When you need to update Sublime Text, run this script again. |