A clear and concise description of what the bug is.
A clear and concise description of what you expected to happen.
What is the impact of this bug on the user, how critical is to fix? P0, P1 .. P4
Basecamp's new book Shape Up is now available online (https://basecamp.com/shapeup) to read page-by-page.
There is a .pdf
version, but that's not the best format for Kindle / other eReaders. Instead, we can convert the page-by-page into an eReader friendly format.
NOTE: This has only been tested on Chrome
# config/models/tasks.yml | |
default: &default | |
first_task: | |
name: 'asdf' | |
development: | |
<<: *default | |
staging: | |
<<: *default | |
production: |
Find the last commit that affected the given path. As the file isn't in the HEAD commit, this commit must have deleted it. | |
git rev-list -n 1 HEAD -- app/controllers/mailings_controller.rb |
"""""""""""""""""""""""""""""""""""""""""" | |
" On init " | |
"""""""""""""""""""""""""""""""""""""""""" | |
syntax on " Turn on syntax highlight | |
"""""""""""""""""""""""""""""""""""""""""" | |
" Plug config " | |
"""""""""""""""""""""""""""""""""""""""""" | |
call plug#begin() |