Skip to content

Instantly share code, notes, and snippets.

View mdeering's full-sized avatar
👨‍💻
Computer, computer, computer

Michael Deering mdeering

👨‍💻
Computer, computer, computer
View GitHub Profile
cd
mkdir tmp
cd tmp
wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
tar zxvf GeoIP.tar.gz
cd GeoIP-1.4.6
./configure --prefix /opt/GeoIP
make
make check
module CustomMatchers
class HaveActiveRecordTimestamps
def description
"have the active record timestamp columns created_at and updated_at"
end
def initialize()
end