Skip to content

Instantly share code, notes, and snippets.

@ivanxuu
ivanxuu / chuleta.torquebox.md
Last active August 29, 2015 14:15
Torquebox

Cambia a jruby

$ rvm use jruby-9.0.0.0.pre1

Crea una nueva app

$ rails _4.1.9_ new <yourapp>

Use if you dont want minitest

@ivanxuu
ivanxuu / 1. Example.sass
Last active December 25, 2015 14:59 — forked from Integralist/1. Example.scss
css 3 animations using sass syntax. Examples provided
+keyframe(fadeout)
0%
opacity: 1
100%
opacity: 0
+keyframe(changecolor)
0%
color: #000
100%
@ivanxuu
ivanxuu / puma.sh
Last active December 19, 2015 09:08 — forked from runlevel5/puma.sh
#! /bin/sh
### BEGIN INIT INFO
# Provides: pumacontrol
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Puma web server