Skip to content

Instantly share code, notes, and snippets.

@jimhj
jimhj / controller.rb
Created December 18, 2012 10:32
极简验证码生成 ImageMagick & MiniMagick
require 'mini_magick'
class CustomAdmin::MiniCaptchaController < CustomAdmin::ApplicationController
before_filter :clear_captcha_session, :only => :mini_captcha
@mimosz
mimosz / nginx.conf
Created August 31, 2012 01:59
nginx + unicorn + padrino on ubuntu
# sudo ln -s ~/nginx.conf unicorn.conf
upstream app_server {
server unix:/tmp/unicorn_padrino.sock fail_timeout=0;
}
server {
listen 80;
charset utf-8;
server_name db.innshine.com;
@minikomi
minikomi / gist:1148832
Created August 16, 2011 10:42
Padrino Pagination w/ params for good.
We couldn’t find that file to show.
@huacnlee
huacnlee / coreseek_install.sh
Created February 22, 2011 03:28
Coreseek for MySQL 数据源 安装教程
Coreseek (Sphinx) for MySQL 数据源 安装教程
1. 下载源代码
$ wget http://www.coreseek.cn/uploads/csft/3.2/coreseek-3.2.13.tar.gz
$ tar xzf coreseek-3.2.13.tar.gz
$ cd coreseek-3.2.13
2. 中文测试环境检查: