Skip to content

Instantly share code, notes, and snippets.

View amster's full-sized avatar
🎹

Amy Lee amster

🎹
View GitHub Profile
# Amy's Bash .profile or .bash_profile aliases
# Unix, Git, Memcached
alias cls='clear'
alias dir='ls -alF'
alias e='emacs -nw'
alias gitcp='git cherry-pick'
alias gitl='git log --pretty=oneline -3 --color --name-status | cat'
alias gitl25='git log --pretty=oneline -25 --color | cat'
alias gitlf='git log --pretty=full -5 --color --name-status | cat'
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
class TestMiddleware
def initialize(app)
@app = app
end
def call(env)