Public Gists by raybaxter

Gravatar
Fri Apr 10 17:43:26 -0700 2009
1
2
3
# known to break on any column named 'type'
  def self.create_or_update(options = {})
    id = options.delete(:id)
Gravatar
Wed Apr 08 18:32:35 -0700 2009
1
2
3
Prawn.generate do |pdf|
  mailing_labels( @organizations, :foo => bar ) do |box, org|
    box.text org.name
Gravatar
Tue Apr 07 19:53:15 -0700 2009
1
2
3
Prawn.generate do |pdf|
  mailing_labels( @organizations, :foo => bar ) do |box, org|
    box.text org.name
Gravatar
Tue Apr 07 14:37:52 -0700 2009
1
2
3
Prawn.generate do |pdf|
  mailing_labels( @organizations, :foo => bar ) do |box, org|
    box.text org.name
Gravatar
Tue Apr 07 14:19:25 -0700 2009
1
2
3
Prawn.generate do |pdf|
  mailing_labels( @organizations, :foo => bar ) do |box, org|
    box.text org.name
gist: 60117 A sequence of Shell command...
Gravatar
Sat Feb 07 16:24:05 -0800 2009
1
2
3
# Make a copy of Firefox
cp -pr /Applications/Firefox3.app /Applications/WebFox.app
 
Gravatar
Fri Jan 23 12:00:42 -0800 2009
1
2
3
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
 
gist: 34092 Three examples of marked up...
Gravatar
Tue Dec 09 13:05:54 -0800 2008
1
2
3
<content type='text'><b>Posting fails</b></content>
<content type='html'><b>Converted to plain text</b> in description</content>