Skip to content

Instantly share code, notes, and snippets.

View calebwoods's full-sized avatar

Caleb Woods calebwoods

View GitHub Profile
@calebwoods
calebwoods / development.rb
Created September 28, 2011 14:05
Replace Rails Console with Pry
MyApp::Application.configure do
silence_warnings do
begin
require 'pry'
IRB = Pry
rescue LoadError
end
end
end
@calebwoods
calebwoods / braintree_test_app.rb
Created December 5, 2014 23:50
Used to access external services in Rails tests
# create in config/initializers
class BraintreeTestApp
def initialize(app)
@app = app
end
def call(env)
@env = env
config = Braintree::Configuration.instantiate

Keybase proof

I hereby claim:

  • I am calebwoods on github.
  • I am calebwoods (https://keybase.io/calebwoods) on keybase.
  • I have a public key whose fingerprint is 391E 05D0 70B1 0E2B A2EA 9A34 463D 65F1 B1EF DEE1

To claim this, I am signing this object: