This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |