Skip to content

Instantly share code, notes, and snippets.

View javiermurillo's full-sized avatar
💭
🥑

Javier Murillo javiermurillo

💭
🥑
  • New York, NY
  • 01:32 (UTC -04:00)
View GitHub Profile
@javiermurillo
javiermurillo / fines-comunidad-ruby-tijuana.md
Created April 17, 2012 17:43
fines-comunidad-ruby-tijuana
  1. Sin fines de lucro
  2. Moderación abierta. Administrador sólo quita el spam
  3. Compartir código bajo una cuenta de organización de Github
  4. El grupo es una democracia
  5. Cuando la democracia no es suficiente (empate etc), entra la meritocracia
  6. Comete errores (quien no los comete no aprende)
  7. Pide ayuda
  8. Diviértete, quien no disfruta lo que hace, lo hace mal...
@javiermurillo
javiermurillo / node-and-npm-in-30-seconds.sh
Created April 24, 2012 19:07 — forked from isaacs/node-and-npm-in-30-seconds.sh
Use one of these techniques to install node and npm without having to sudo. Discussed in more detail at http://joyeur.com/2010/12/10/installing-node-and-npm/ Note: npm >=0.3 is *safer* when using sudo.
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
mkdir ~/local
mkdir ~/node-latest-install
cd ~/node-latest-install
curl http://nodejs.org/dist/node-latest.tar.gz | tar xz --strip-components=1
./configure --prefix=~/local
make install # ok, fine, this step probably takes more than 30 seconds...
curl http://npmjs.org/install.sh | sh
@javiermurillo
javiermurillo / Gemfile
Created June 24, 2020 22:27 — forked from dhh/Gemfile
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers