Last active
October 25, 2024 07:43
-
-
Save YusukeIwaki/b9d10ed17543cf02b9173fb5f07a6af7 to your computer and use it in GitHub Desktop.
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
{ | |
"code_snippets": [ | |
"bundle exec rails db:migrate", | |
"bundle install", | |
"docker compose build", | |
"kubectl get pods -n dev", | |
"RAILS_ENV=production bundle exec rails c" | |
] | |
} |
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
{ | |
"code_snippets": [ | |
"RAILS_ENV=test bundle exec rails db:migrate:reset", | |
"RAILS_ENV=production bundle exec rails db:migrate", | |
"bundle exec rspec spec/requests/api/v1/users_spec.rb", | |
"rbenv local 3.3.5", | |
"sudo apt-get update && sudo apt-get install libopenssl-dev", | |
"bundle exec rails db:migrate", | |
"bundle install", | |
"docker compose build", | |
"kubectl get pods -n dev", | |
"git rebase -i HEAD^^", | |
"git blame app/models/user.rb", | |
"git cherry-pick origin/staging-1.23.9", | |
"RAILS_ENV=production bundle exec rails c" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment