Skip to content

Instantly share code, notes, and snippets.

View MattRogish's full-sized avatar

Matt Rogish MattRogish

View GitHub Profile
@MattRogish
MattRogish / gist:2492007
Created April 25, 2012 18:32 — forked from thommahoney/gist:2491946
RailsConf 2012 Lightning Talks
1 min:
~Painless Javascript
koting hatduklgg
with wind tunnel
~tenderlove.dup jremsikjr
~iwanttolearnruby.com
(collecting resources for learning ruby)
@MattRogish
MattRogish / gist:2870966
Created June 4, 2012 21:35
working helper
bundle exec rake spec:acceptance
WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task' (in RDoc 2.4.2+)' instead.
at /Users/mattrogish/.rvm/gems/ree-1.8.7-2012.02@test/gems/rake-0.9.2.2/lib/rake/rdoctask.rb
Please install RDoc 2.4.2+ to generate documentation.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /Users/mattrogish/.rvm/gems/ree-1.8.7-2012.02@test/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /Users/mattrogish/.rvm/gems/ree-1.8.7-2012.02@test/gems/rails-2.3.14/lib/rails/gem_dependency.rb:104.
NOTE: Gem::SourceIndex#search is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#search called from /Users/mattrogish/.rvm/gems/ree-1.8.7-2012.02@test/gems/rails-2.3.14/lib/rails/vendor_gem_source_index.rb:119.
@MattRogish
MattRogish / gist:2870971
Created June 4, 2012 21:36
broken helper
[22, 31] in ./spec/acceptance/products_spec.rb
22 end
23
24 scenario 'Broken helper #1' do
25 require 'ruby-debug'; debugger
26
=> 27 products_path
28 end
29
30 scenario 'Broken helper #2' do
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install curl-ca-bundle
==> Downloading http://curl.haxx.se/download/curl-7.28.1.tar.gz
Already downloaded: /Library/Caches/Homebrew/curl-ca-bundle-1.87.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/curl-ca-bundle-1.87.tar.gz
==> perl mk-ca-bundle.pl
perl mk-ca-bundle.pl
Downloading 'certdata.txt' ...
Use of uninitialized value in gmtime at mk-ca-bundle.pl line 89.
Processing 'certdata.txt' ...
Couldn't open certdata.txt: No such file or directory at mk-ca-bundle.pl line 128.
### Keybase proof
I hereby claim:
* I am MattRogish on github.
* I am MattRogish (https://keybase.io/MattRogish) on keybase.
* I have a public key whose fingerprint is E082 511F BD0F B235 E757 40A8 867B D992 92C4 A781
To claim this, I am signing this object:
@MattRogish
MattRogish / 0_reuse_code.js
Created May 2, 2016 15:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console