Skip to content

Instantly share code, notes, and snippets.

View sstrudeau's full-sized avatar

Scott Trudeau sstrudeau

  • Listings Project
  • Ann Arbor, MI
View GitHub Profile
@sstrudeau
sstrudeau / Vagrant Setup
Created June 4, 2010 15:14
AT Community Vagrant setup
* Download & install version 3.1.8 of VirtualBox [takes awhile]
http://download.virtualbox.org/virtualbox/3.1.8/VirtualBox-3.1.8-61349-OSX.dmg
* Install git using the git installer: http://code.google.com/p/git-osx-installer/
* Edit /private/etc/hosts file; add this line to the bottom:
127.0.0.1 local.community.apartmenttherapy.com local.community.unplggd.com local.community.ohdeedoh.com local.community.re-nest.com local.community.thekitchn.com
#! /bin/sh
### BEGIN INIT INFO
# Provides: sphinx
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the sphinx search daemon for rails apps
# Description: starts sphinx by interfacing directly with ThinkingSphinx
vagrant@at-vagrant-rails-base:/vagrant$ rake ts:config
(in /vagrant)
rake aborted!
spec newrelic_rpm-2.12.2 is not from an installed gem
/vagrant/Rakefile:4
(See full trace by running task with --trace)
vagrant@at-vagrant-rails-base:/vagrant$ sudo bundle check
/opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/specification.rb:618:in `installation_path': spec newrelic_rpm-2.12.2 is not from an installed gem (Gem::Exception)
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/site_ruby/1.8/rubygems/specification.rb:599:in `full_gem_path'
from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-0.9.25/lib/bundler/rubygems_ext.rb:14:in `load_paths'

Keybase proof

I hereby claim:

  • I am sstrudeau on github.
  • I am sstrudeau (https://keybase.io/sstrudeau) on keybase.
  • I have a public key whose fingerprint is 0FC8 3039 8598 E189 3B1E 81E4 37EB 88D5 45CF 7137

To claim this, I am signing this object:

@sstrudeau
sstrudeau / gist:f563dc72739e9e047de5
Last active March 7, 2016 18:52
AT Media product team overview, stack & tools

At AT Media we publish ApartmentTherapy.com and TheKitchn.com. This is our current engineering stack & toolchain as of 10/21/2015.

WE ARE HIRING.

Who We Are

Our engineering & design teams currently consist of 9 (incredibly talented, friendly & collaborative) engineers (3 senior, 3 junior), web designer, product manager and CTO/short stop. We're currently hiring a second product manager and designer.

Our team (and much of the company) works remotely. Slack has quickly become our critical communication channel. We make heavy use of Slack integrations including our own bot to manage code deployment & staging environments.

@sstrudeau
sstrudeau / map.rb
Last active August 29, 2015 14:27
department <> category map
[
# Top priority (100)
{:dept=>:cleaning,
:priority=>100,
:categories=>["Housekeeping & Cleaning", "Organizing", "Projects"]},
# 75
{:dept=>:cooking, :priority=>75, :categories=>["How To"]},
# 50