- Bad Kitty
- Big O
- Colorado
- Dirty Spoons
- Fire Marshall
- I-5
- Ricksha
- Sidecar
The more specific the better. Link to an example or precise description of a potential example.
When, where and how did this happen? List information that would be helpful in deciding the solution.
Less general. More specific. Try to limit the scope of the issue as much as is reasonable.
Less general. More specific. Clear explanation of proposed solution.
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
FILES=$(git diff --cached --name-only --diff-filter=ACMR "*.rb"| sed 's| |\\ |g') | |
[ -z "$FILES" ] | |
echo "$FILES" | xargs bundle exec standardrb --fix | |
echo "$FILES" | xargs git add |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>PDF</title> | |
<%= wicked_pdf_stylesheet_link_tag "print" -%> | |
</head> | |
<body> | |
<div class='container'> | |
<%= yield %> | |
</div> |