Skip to content

Instantly share code, notes, and snippets.

View luispimenta's full-sized avatar
🎯
Focusing

Luis Fernando Pimenta luispimenta

🎯
Focusing
View GitHub Profile
@luispimenta
luispimenta / create_ror_application.md
Last active February 11, 2017 18:39 — forked from oleg-voloshyn/create_ror_application.md
Create new Ruby on Rails project

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.