Skip to content

Instantly share code, notes, and snippets.

View oliverbarnes's full-sized avatar
💭
🦀 🚅

Oliver Azevedo Barnes oliverbarnes

💭
🦀 🚅
View GitHub Profile
@oliverbarnes
oliverbarnes / dragonfly_with_image_name_in_url.rb
Created March 22, 2011 00:20
Finding dragonfly image with cucumber/capybara
#config
app.url_path_prefix = '/images'
#route
match '/images/:dragonfly/:file_name', :to => Dragonfly[:images]
#model
class Store
include MongoMapper::Document
key :photo_uid, String
@dcrec1
dcrec1 / centos
Last active March 24, 2017 11:52
ubuntu/centos nginx
cd /tmp
wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
rpm -Uhv rpmforge-release*.rf.i386.rpm
yum install readline-dev htop