My Recent Pastes (4 and counting)

Pastes by cabad (4 and counting)

Below are the 4 most recent pasties by cabad.

August 30, 2006
3:58AM EDT
by cabad

module ActiveSupport
  module CoreExtensions
    module Array
      module Conversions

August 22, 2006
2:04AM EDT
by cabad

# Extends <tt>ActionController::Routing::RouteSet</tt> to automatically add the theme routes
class ActionController::Routing::RouteSet

  alias_method :__draw, :draw

August 17, 2006
12:59PM EDT
by cabad

# Extends <tt>ActionController::Routing::RouteSet</tt> to automatically add the rcss routes
class ActionController::Routing::RouteSet

  alias_method :__draw, :draw

July 05, 2006
4:56PM EDT
by cabad

svn status | grep '\!' | awk '{print $2;}' | xargs svn rm