Skip to content

Instantly share code, notes, and snippets.

View bosoxbill's full-sized avatar
😮
Hello, new and unnecessary github feature

Bill Desmarais bosoxbill

😮
Hello, new and unnecessary github feature
  • Wellist
  • Andover, MA
View GitHub Profile
@bosoxbill
bosoxbill / gist:9817454
Created March 27, 2014 20:14
keybase.md
### Keybase proof
I hereby claim:
* I am bosoxbill on github.
* I am bosoxbill (https://keybase.io/bosoxbill) on keybase.
* I have a public key whose fingerprint is 2F89 AF6C 4026 BC1B A30E 7A29 9978 985B D997 847F
To claim this, I am signing this object:

All About ActiveSupport Notifications rollout gem -

  • conditionally only add new stuff to devs

  • debugging that is not useful to generic customers can apply to.

  • logsubscriber, can use for event notificaions that you care about.

  • log rage gem. combined logging. detaches existing log subscribers are attaches new ones.

  • harness.

  • search rails code for instrument method.

@bosoxbill
bosoxbill / Notes.md
Created March 30, 2012 18:15
Rails 3.2 setup with postgres, HTML5, inherited resources, devise, and rspec with capybara

Setup RVM/Rails

With RVM installed, I like to maintain a gemset called new_projects. This has whatever rails version I want to be creating new projects with.

$ rvm 1.9.3@new_projects --verbose --create
$ gem install rails

Rails Setup Commands

# author: Bill Desmarais bill@witsaid.com
# this code is licenced under the MIT/X11 licence.
require 'rubygems'
require 'zmq'
context = ZMQ::Context.new(1)
puts "Starting Hello World server..."