Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
rodrigomaia / happynel.md
Last active July 1, 2019 16:26
Teste Ruby on Rails

HappyNel

Dashboard de enquete de satisfação

Requerimentos

  1. Rails 5
  2. Git - Ceder acesso ao repositório. Pode ser no Bitbucket, Github, Gitlab...
  3. Faça o deploy da aplicação em algum serviço externo, como Heroku, Digital Ocean ou outro de sua preferência.
@rodrigomaia
rodrigomaia / new_gist_file
Created May 2, 2013 14:44 — forked from billsinc/gist:1157544
Desinstalar o firebird
#!/bin/sh
echo "Clean Services"
echo "Clean User"
dscl localhost -delete /Local/Default/Users/firebird
echo "Clean Group"
dscl localhost -delete /Local/Default/Groups/firebird
if [ -f "/Library/StartupItems/Firebird" ]; then
echo "Remove SuperServer StartupItem"
rm -fr /Library/StartupItems/Firebird
fi

Get Mountain Lion and Homebrew to Be Happy

1) Install XCode 4.4 into /Applications

Get it from the App Store.

2) Install Command Line Tools

In XCode's Preferences > Downloads you can install command line tools.