Public Gists by phorsfall

Gravatar
Mon Sep 28 08:16:08 -0700 2009
1
2
3
/* Nurphy.com textarea auto-resize
 *
 * Based on implementation here:
Gravatar
Tue Sep 22 08:39:39 -0700 2009
1
2
3
// Prototype's scrollTo() for jQuery.
//
// Usage:
Gravatar
Fri May 08 09:18:10 -0700 2009
1
2
3
class Version < Struct.new(:version_string)
  include Comparable
 
Gravatar
Wed Feb 18 09:03:00 -0800 2009
1
2
3
module Paperclip
  class ThumbnailWithDimensions < Thumbnail
    def initialize(file, options = {}, attachment = nil)
Gravatar
Thu Feb 05 04:31:33 -0800 2009
1
2
3
# rake db:fixtures:dump
 
namespace :db do
Gravatar
Tue Feb 03 13:42:02 -0800 2009
1
2
3
# This is a trivial HTTP proxy server, intended for use as a troubleshooting tool
# ONLY (not for real, actual, production use). I wrote this because I couldn't find
# a simple HTTP proxy that I could use to test HTTP proxy support in Net::SSH.