Public Gists by sob

Gravatar
Fri Oct 09 09:02:20 -0700 2009
1
2
3
rsync --ignore-existing --progress --recursive --perms --times \
--size-only --whole-file --exclude='.*' \
--dry-run /Users/sobrien/Music/iTunes/iTunes\ Music/ /Volumes/sob\ time\ capsule\ 001/Music/
Gravatar
Tue Jun 16 13:15:40 -0700 2009
1
2
3
<%= form_for(@user) do |f| %>
  <%= f.label(:name) %>
  <%= f.text_field(:name) %>
Gravatar
Wed Feb 11 20:52:05 -0800 2009
1
2
- flash.each do |key, value|
  %div{:id => "flash_#{key}", :class => "flash #{key}", :style => value.blank? ? "display: none;" : ""}= h(value)
Gravatar
Tue Feb 10 12:53:18 -0800 2009
1
2
3
  context "on PUT to Admin::Contacts#spam" do
    setup do
      login_as(:quentin)
Gravatar
Thu Jan 29 08:48:58 -0800 2009
1
# mv backup ~/
Gravatar
Tue Jan 27 07:07:09 -0800 2009
1
2
3
class Lead < ActiveRecord::Base
  include Splam
 
gist: 39524 undefined
Gravatar
Tue Dec 23 16:15:40 -0800 2008
1
2
3
<%
begin
  eth0ip = Resolv::DNS.new.getaddress("@facts['fqdn']")
Gravatar
Fri Aug 22 11:07:55 -0700 2008
1
2
3
# Video: http://rubyhoedown2008.confreaks.com/08-chris-wanstrath-keynote.html
 
Hi everyone, I'm Chris Wanstrath.