Skip to content

Instantly share code, notes, and snippets.

View spif's full-sized avatar

Stefan Fountain spif

View GitHub Profile
Test Waiting...
<Idle,MPos:0.000,0.000,0.000,WPos:0.000,0.000,0.000,Buf:0,RX:0,Ln:0,F:0.>
___________gc_not_motion___________
___________$# ___________
[G54:0.000,0.000,0.000]
[G55:0.000,0.000,0.000]
[G56:0.000,0.000,0.000]
[G57:0.000,0.000,0.000]
[G58:553.000,883.000,-107.395]
[G59:123.320,-108.260,-126.970]
@spif
spif / config
Created February 9, 2012 09:30
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git@github.com:spif/iloveyoutool.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
Started GET "/contacts" for 127.0.0.1 at Tue Jan 10 14:43:30 +0100 2012
Processing by ContactsController#index as HTML
User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
(1.6ms) SELECT COUNT(*) FROM "organization_memberships" WHERE "organization_memberships"."user_id" = 1
Device Load (3.1ms) SELECT "devices".* FROM "devices" WHERE "devices"."user_id" = 1
Consent::OrganizationMember Load (2.5ms) SELECT "consents".* FROM "consents" WHERE "consents"."type" IN ('Consent::OrganizationMember') AND "consents"."subscriber_id" = 1 LIMIT 1
Contact Load (66.2ms) SELECT "contacts".* FROM "contacts" WHERE "contacts"."user_id" = 1
Consent::ConnectedFriend Load (0.7ms) SELECT "consents".* FROM "consents" WHERE "consents"."type" IN ('Consent::ConnectedFriend') AND (subscriber_id = 1 OR publisher_id = 1)
CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = 19 LIMIT 1
Product manager (Stefan)
Management / sync engineer (Tijn) Ruby backend sync master
Client engineer (Andrei) Client lead
Backend engineer (Eugene) Ruby backend also master
Support engineer (Bart) QA + support
Designer / Concept designer (UI, IXD, with frontend skills if possible)
Frontender (Rails / SASS / JS) Address book front end
Client engineer - OSX engineer
Client engineer - SDK/Library engineer (Android, Blackberry, iOS sync SDK)
Rails engineer Address book (functionality, i18n)
Last login: Fri Dec 16 11:06:07 on ttys000
spif: ~ > nslookup
> set querytype=soa
> soocial.com
Server: 8.8.4.4
Address: 8.8.4.4#53
Non-authoritative answer:
soocial.com
origin = ns-360.awsdns-45.com
Feature: User does check in
In order to track my feelings
As a game player
I want to checkin by choosing an emotion
Scenario: user does emotion checkin
Given I am logged in as "Tim"
When I go to the checkin page
Then I should see a list of 5 locations
And I should see a list of people I'm with
@spif
spif / Gemfile
Created November 17, 2011 19:56
source 'http://rubygems.org'
gem 'rails', '3.1.1'
gem 'pg'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use thin as the web server
gem 'thin'
@spif
spif / Gemfile
Created November 17, 2011 19:56
gem 'uglifier', '>= 1.0.3'
end
gem 'sass-rails', '~> 3.1.4'
gem 'compass', "~> 0.11.5"
gem 'jquery-rails'
gem 'dalli'
spif: /Volumes/Data/repos/iloveyoutool(master) > rake -T --trace
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake/version.rb:4: warning: already initialized constant MAJOR
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake/version.rb:5: warning: already initialized constant MINOR
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake/version.rb:6: warning: already initialized constant BUILD
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake/version.rb:3: warning: already initialized constant NUMBERS
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake/version.rb:9: warning: already initialized constant VERSION
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake.rb:26: warning: already initialized constant RAKEVERSION
/Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/rake-0.9.2/lib/rake/early_time.rb:17: warning: already initializ
Installing pg (0.11.0) /Users/spif/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:584:in `initialize': Permission denied - /Users/spif/.rvm/gems/ruby-1.9.2-p0/gems/pg-0.11.0/Rakefile (Errno::EACCES)
from /Users/spif/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:584:in `open'
from /Users/spif/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:584:in `block in extract_files'
from /Users/spif/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:564:in `each'
from /Users/spif/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:564:in `extract_files'
from /Users/spif/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:179:in `install'
from /Users/spif/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/source.rb:101:in `block in install'
from /Users/spif/.rvm/gems/ruby-1.9.2-p0@global/gems/bundler-1.0.15/lib/bundler/rubygems_integration.rb:78:in `preserve_paths'