Before must be installed this
Step #1
rails new project_name --skip-test-unit --database=postgresql
Step #2
cd project_name
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. |