Public Gists by joergbattermann

Gravatar
Mon Oct 19 06:14:04 -0700 2009
1
2
3
Mon Oct 19 15:12:55 unknown kernel[0] <Debug>: AppleFairplayTextCrypterSession::fairplayOpen() failed, error -42184
Mon Oct 19 15:12:55 unknown SpringBoard[25] <Warning>: Failed to spawn Tweetie. Unable to obtain a task name port right for pid 252: (os/kern) failure
Mon Oct 19 15:12:55 unknown com.apple.launchd[1] <Notice>: (UIKitApplication:com.atebits.Tweetie2[0xc51d]) Exited: Killed
Gravatar
Wed Jan 21 12:02:32 -0800 2009
1
2
3
module Readers
  # Maps key/value pairs from the data structure used to initialize a
  # Endeca object. Allows attribute renaming. Use a block to perform data
Gravatar
Thu Dec 25 13:54:05 -0800 2008
1
2
3
  define_index do
    indexes name, age, gender
    indexes zodiac_sign, :as => :zodiac
Gravatar
Fri Dec 12 18:54:15 -0800 2008
1
2
3
what af_form_for does:
 
<form action="/session/new" class="af_form container" method="post">
Gravatar
Mon Dec 01 12:19:59 -0800 2008
1
2
3
  # other gems' dependencies
  config.gem "highline"
  config.gem "echoe"
Gravatar
Mon Dec 01 09:24:13 -0800 2008
1
2
3
sudo rake gems --trace
(in /var/www/abc/releases/20081201014151)
** Invoke gems (first_time)
Gravatar
Sat Sep 20 06:54:43 -0700 2008
1
2
3
# hacks for swfupload with CookieStore and ActiveRecordStore. Original post was:
# see http://blog.airbladesoftware.com/2007/8/8/uploading-files-with-swfupload
#
Gravatar
Sat Aug 23 17:09:06 -0700 2008
1
2
3
class ActiveRecord::Base
  
  # Originally from http://railspikes.com/2008/2/1/loading-seed-data.