Skip to content

Instantly share code, notes, and snippets.

View matthuhiggins's full-sized avatar

Matthew Higgins matthuhiggins

View GitHub Profile
@matthuhiggins
matthuhiggins / rpry
Last active December 28, 2015 10:39 — forked from doitian/README.md
#!/usr/bin/env ruby
require 'rubygems'
require 'pry'
if ARGV.first && !ARGV.first.index("-") && env = ARGV.shift
ENV['RAILS_ENV'] = %w(production development test).detect {|e| e =~ /^#{env}/} || env
end
ARGV.unshift "console"
@matthuhiggins
matthuhiggins / Questions
Created August 8, 2011 23:46
Frozen Rails Give-away
Day job: Web/Mobile Developer @ GoTime
Your Rails contributions: Gems https://rubygems.org/profiles/2519
What's your Ruby/Rail experience?: 4 years, working almost always with Rails.
How do you use GitHub?: Private hosting for work and public hosting for open source