Public Gists by johnreilly

Gravatar
Thu Sep 03 12:00:17 -0700 2009
1
2
3
DEBUG: Executing ln -nfs /data/my_trms_com/shared/config/keep.database.yml /data/my_trms_com/releases/20090903185551/config/database.yml
DEBUG: ---- Begin output of ln -nfs /data/my_trms_com/shared/config/keep.database.yml /data/my_trms_com/releases/20090903185551/config/database.yml ----
DEBUG: STDOUT:
Gravatar
Tue Sep 01 11:08:51 -0700 2009
1
2
3
class User < ActiveRecord::Base
  # Columns:
  # id, integer
Gravatar
Thu Aug 06 09:33:57 -0700 2009
1
2
3
Broken:
----------------------------------
def self.url(key, secret, email, name, uid, additional_fields={})
Gravatar
Tue Jun 30 13:13:57 -0700 2009
1
2
3
#City#
Saint Paul
 
Gravatar
Wed Apr 29 14:09:58 -0700 2009
1
2
3
Multiple definition of element '[REDACTED]' causes the content model
to become ambiguous. A content model must be formed such that during
validation of an element information item sequence, the particle
Gravatar
Sat Apr 11 12:56:01 -0700 2009
1
2
3
### Get rid of unneeded files
["./tmp/pids", "./tmp/sessions", "./tmp/sockets", "./tmp/cache"].each do |f|
  run("rmdir #{f}")
Gravatar
Wed Apr 01 13:37:50 -0700 2009
1
51ea2a120343f32750f4a4ca98ef91b14ac38af6f82f40fd16b9c997d4a4239d87051237f770ef5327f0f89b15193fdabf2f6d6a229d56a220d9617653344700b4b548764a53ca25da75fcad62bfebea3dd0d99a8e7cbce3d256db02b002685cd99713b96861f784b06a1243590dc944eda1cbb869f2393511a4f6387381903b
Gravatar
Mon Dec 08 12:56:18 -0800 2008
1
2
3
Subqueries are handled differently in sqlite3 and mysql?
Rails generates the same SQL, databases return different results.
 
Gravatar
Tue Dec 02 09:37:30 -0800 2008
1
2
3
[2008-11-27: REVISION 1496]
 
[CHANGED] Makefile bundle: The “Make” bundle's run command is now far more general: No longer scope targeted to makefiles, so it can be invoked from any context. The key equivalent is moved to ⌘B. Set make flags with the environment variable TM_MAKE_FLAGS. Set the target with TM_MAKE_TARGET. If TM_MAKE_TARGET is unset, the default target is made. (Alex Ross)
Gravatar
Tue Nov 25 12:45:51 -0800 2008
1
2
3
Feature: Manage people
  In order to keep track of the people involved with the station
  A station manager
Gravatar
Tue Oct 28 22:07:31 -0700 2008
1
2
3
# Say we're both working on the same project, and I've just created
# a new branch for my cool new feature and pushed it up to my
# github-hosted repo on a branch called "feature".