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
function rubucop_current_changes() { | |
current_branch=$(git branch --show-current) | |
git diff $branch_name develop --name-status | grep '\.rb$' | xargs rubocop | |
} | |
alias zshreload="source ~/.zshrc" |
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
1) yarn add bootstrap | |
2) yarn add @popperjs/core | |
3.1) in folder 'app/javascript/' create new folder 'stylesheets': | |
mkdir app/javascript/stylesheets/ | |
3.2) in new folder 'stylesheets' create file 'application.scss' | |
cd app/javascript/stylesheets/ | |
touch application.scss |
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
--database=postgresql | |
--skip-action-cable | |
--skip-action-mailer | |
--skip-bundle | |
--skip-javascript | |
--skip-keeps | |
--skip-test |
OlderNewer