Public Gists by glennr

Gravatar
Tue Nov 24 08:14:37 -0800 2009
1
2
3
      require 'posterous'
 
 
Gravatar
Tue Nov 24 05:23:02 -0800 2009
1
2
3
alias gphm='git push heroku master'
alias hmig='heroku rake db:migrate'
alias hlog='heroku logs'
Gravatar
Mon Nov 23 03:04:56 -0800 2009
1
2
3
#!/bin/sh
# Install ImageMagick on Snow Leopard: by kain, improved by mislav and samsoffes
# Updated by glenn roberts to include libiconv, and the latest stable ImageMagick
Gravatar
Thu Nov 19 00:43:36 -0800 2009
1
2
export EDITOR='mate -w'
export GIT_EDITOR='mate -wl1'. #This instructs TextMate to open with the caret at line 1 rather than where it last was.
Gravatar
Mon Oct 26 09:51:10 -0700 2009
1
2
3
### RAILS SHORTCUT GLORY
#
 
Gravatar
Wed Sep 09 07:57:03 -0700 2009
1
2
3
#A little script to convert all your .erb views to .haml using html2haml, which is included with Haml installation.
#Just drop this in your rails root folder and run it.
#