This file contains 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
1 min: | |
~Painless Javascript | |
koting hatduklgg | |
with wind tunnel | |
~tenderlove.dup jremsikjr | |
~iwanttolearnruby.com | |
(collecting resources for learning ruby) |
This file contains 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
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. |
This file contains 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
[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 |
This file contains 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
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. |
This file contains 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
### 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: |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |