Skip to content

Instantly share code, notes, and snippets.

@YusukeIwaki
Last active October 25, 2024 07:43
Show Gist options
  • Save YusukeIwaki/b9d10ed17543cf02b9173fb5f07a6af7 to your computer and use it in GitHub Desktop.
Save YusukeIwaki/b9d10ed17543cf02b9173fb5f07a6af7 to your computer and use it in GitHub Desktop.
{
"code_snippets": [
"bundle exec rails db:migrate",
"bundle install",
"docker compose build",
"kubectl get pods -n dev",
"RAILS_ENV=production bundle exec rails c"
]
}
{
"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