Public Gists by fritzek

Gravatar
Mon Aug 10 12:57:53 -0700 2009
1
2
3
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib/dm-core/associations/many_to_one.rb:102:in `__send__'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib/dm-core/associations/many_to_one.rb:102:in `method_missing'
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/pyrat-integrity-basecamp-0.3.6/lib/notifier/basecamp.rb:26:in `short_message'
Gravatar
Mon Jun 29 09:44:19 -0700 2009
1
2
3
CREATE TABLE `integrity_projects` ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci
( `id` serial PRIMARY KEY
, `name` VARCHAR(50) NOT NULL
Gravatar
Mon Jun 29 08:42:50 -0700 2009
1
2
3
v30359:/var/www/integrity# integrity migrate_db /var/www/integrity/config.yml
 == Performing Up Migration #1: initial
   CREATE TABLE `integrity_projects` ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci (`id` serial PRIMARY KEY, `name` VARCHAR(50) NOT NULL, `permalink` VARCHAR(50), `uri` VARCHAR NOT NULL DEFAULT NULL, `branch` VARCHAR(50) NOT NULL DEFAULT 'master', `command` VARCHAR(50) NOT NULL DEFAULT 'rake', `public` TINYINT DEFAULT 1, `building` TINYINT DEFAULT 0, `created_at` DATETIME, `updated_at` DATETIME, `build_id` INT(11), `notifier_id` INT(11))
Gravatar
Mon Jun 29 08:18:24 -0700 2009
1
2
3
# Domain where integrity will be running from. This is used to have
# nice URLs in your notifications.
# For example:
Gravatar
Mon Jun 29 08:09:38 -0700 2009
1
2
3
Error message:
syntax error on line 22, col 0: `:export_directory: /var/www/integrity/builds'
Exception class:
Gravatar
Thu Jun 25 05:19:59 -0700 2009
1
2
3
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- builder (LoadError)
from /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/integrity-0.1.10/bin/../lib/integrity/../integrity.rb:6
Gravatar
Fri Mar 13 01:25:40 -0700 2009
1
2
3
(This is the text of the keynote I gave at Startup Riot 2009. Will update when video becomes available.)
 
Hi everyone, I'm Chris Wanstrath, and I'm one of the co-founders of GitHub.