- [http://requestb.in/](Request Bin) - AKA Postb.in, the original-ish
- [http://bin.mailgun.net](Mailgun's request bin)
- https://www.runscope.com - commercial tool
- http://respondto.it/ - allows mocking of responses
- http://webhookapp.com/ - webhook receiver
- http://httpbin.org/ - Another Runscope util; endpoint/receiver more general HTTP client debugging
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>org.rubygems.tunnels</string> | |
<key>OnDemand</key> | |
<false/> | |
<key>ProgramArguments</key> | |
<array> |
- Google Chrome
- chromedriver
- phantomjs
- Xvfb
- mongodb
- memcached
- redis
- mysql
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
Configuration | |
============= | |
- http://guides.rubyonrails.org/configuring.html | |
Rails 2->3 upgrade guides | |
========================== | |
- http://guides.rubyonrails.org/3_0_release_notes.html |
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
#!/bin/sh | |
# fail if any cmd fails | |
set -e | |
cd $HOME | |
git clone git://github.com/rsanders/dotto.git .dotto | |
mkdir -p .dotto_local/externals | |
(cd .dotto_local/externals && git clone [email protected]:robertsanders/dotrsanders.git) | |
zsh .dotto/setup/install.zsh |
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
http://chbs.heroku.com/ | |
http://www.zeevex.com/ |
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
;; zeevex whitespace standards WHETHER YOU LIKE IT OR NOT | |
;; TEST of 1753581 | |
(require 'whitespace) | |
(defun activate-trailing-whitespace-nazi () | |
"Annoy you with trailing whitespace, and then delete it on save anyway" | |
(interactive) | |
(whitespace-mode t) |
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
TESTING | |
~ $ rvm install 1.9.2 --with-readline-dir=$rvm_path/usr | |
Installing Ruby from source to: /Users/stouset/.rvm/rubies/ruby-1.9.2-p180, this may take a while depending on your cpu(s)... | |
ruby-1.9.2-p180 - #fetching | |
ruby-1.9.2-p180 - #extracting ruby-1.9.2-p180 to /Users/stouset/.rvm/src/ruby-1.9.2-p180 | |
ruby-1.9.2-p180 - #extracted to /Users/stouset/.rvm/src/ruby-1.9.2-p180 | |
ruby-1.9.2-p180 - #configuring | |
ruby-1.9.2-p180 - #compiling |
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
# Rake Quick Reference | |
# by Greg Houston | |
# http://ghouston.blogspot.com/2008/07/rake-quick-reference.html | |
# ----------------------------------------------------------------------------- | |
# Running Rake | |
# ----------------------------------------------------------------------------- | |
# running rake from the command-line: | |
# rake --help |
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
# Rake Quick Reference | |
# by Greg Houston | |
# http://ghouston.blogspot.com/2008/07/rake-quick-reference.html | |
# ----------------------------------------------------------------------------- | |
# Running Rake | |
# ----------------------------------------------------------------------------- | |
# running rake from the command-line: | |
# rake --help |
NewerOlder