Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>VS Code-Rails easy migrationNew to Visual Studio Code? Get it now.
VS Code-Rails easy migration

VS Code-Rails easy migration

HungDiep

|
502 installs
| (1) | Free
Some keybindings help you save time with Rails migration.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Rails easy migration

This extension provides some keybindings for running Rails migration in build-in VSCode terminal. Install it on https://marketplace.visualstudio.com/items?itemName=HungDiep.vscode-rails-easy-migration.

screenshot

Why we should use it?

Have you ever wanted to rollback and re-migrate a specific migration version? Are you bored with coping the version file?

Features

I shipped some keybindings help you easy to run migration on VSCode integrated terminal.

This extension mission is checking your current opening Rails migration file and run the migration in a nutshell.

  • Running migration on whole project and you don't give a shit about what file you're opening: ⌘+m ⌘+m.
  • Up your current opening migration file: ⌘+m ⌘+u.
  • Down it by using: ⌘+m ⌘+d.
  • Re-run the opening by: ⌘+m ⌘+r (Really useful when your table is not stable yet).

Last but not least, the extra command to open your latest migration file: ⌘+m ⌘+l.

To help you easy to remember the keybindings, the ⌘+m stands for migrate.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft