Public Gists by tablatom

Gravatar
Thu Oct 15 13:12:04 -0700 2009
1
2
3
include_attribute 'ruby_enterprise_edition::install_path'
set_unless[:passenger][:version] = "2.2.5"
set[:passenger][:root_path] = "#{ruby_enterprise_edition[:install_path]}/lib/gems/passenger-#{passenger[:version]}"
Gravatar
Mon Sep 14 08:29:49 -0700 2009
1
2
3
top - 15:28:49 up 45 days, 18:48, 1 user, load average: 0.00, 0.02, 0.03
Tasks: 56 total, 1 running, 55 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni, 94.3%id, 0.0%wa, 0.0%hi, 0.0%si, 5.7%st
Gravatar
Wed Jun 17 01:49:56 -0700 2009
1
2
3
if RAILS_GEM_VERSION == '2.3.2'
  module ActionController
    module Routing
Gravatar
Thu Apr 23 12:02:45 -0700 2009
1
2
3
$ traceroute 174.143.26.139
traceroute to 174.143.26.139 (174.143.26.139), 64 hops max, 40 byte packets
 1 192.168.1.254 (192.168.1.254) 49.643 ms 73.204 ms 90.808 ms
Gravatar
Fri Mar 13 02:31:13 -0700 2009
1
2
3
NewOnDemand = classy_module do
  
  def self.new_on_demand(*associations)
Gravatar
Mon Feb 23 02:27:10 -0800 2009
1
2
3
# NOTE: The only changes are in the 'else' part
 
    def calendar_date_select_output(input, image, options = {}, javascript_options = {})
Gravatar
Fri Jan 09 08:25:22 -0800 2009
1
2
3
    <%= collection_view :master,
                        :outlet => true,
                        :example_view => 'Contacts.ListItemView',
Gravatar
Fri Oct 31 07:19:23 -0700 2008
1
DELETE ME
Gravatar
Tue Aug 12 03:33:05 -0700 2008
1
2
3
require 'pp'
 
HISTFILE = "~/.irb.hist" unless defined? HISTFILE