Rails Migration Boy
No description provided
Details
Installs
- Total 3
- Win 0
- Mac 0
- Linux 3
Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Rails Migration Boy
A Sublime Text 3 plugin to manage Rails migrations with quick commands and CodeLens-like options.
Features
- Command Palette Integration: Access “Migrate All”, “Migrate Up”, “Migrate Down”, and “Migrate Redo” via the Command Palette.
- Phantom Options: Displays “Up”, “Down”, and “Redo” buttons below migration files for quick execution.
- Progress Indicator: Shows an npm-style spinner in the status bar during command execution.
- Output Panel: Displays command output and errors in a Sublime Text panel.
Installation
Manual Installation
- Download the code from the homepage.
- Place the folder in
~/.config/sublime-text-3/Packages/
.
Package Control (Coming Soon)
- Once available, install via Package Control by searching for “Rails Migration Boy”.
Usage
- Open a Rails project in Sublime Text 3.
- Open a migration file (e.g.,
db/migrate/20250306123456_create_users.rb
). - Use the Command Palette (
Ctrl+Shift+P
) and select “Rails Migration Boy” to choose an action. - Or click the “Up”, “Down”, or “Redo” buttons below the migration file.
Requirements
- Sublime Text 3 (Linux)
- Ruby and Rails installed with
rails
in your PATH (or usebundle exec rails
by modifying the commands inrails_migration_boy.py
).
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
Author
- Haroon Rasheed (@haroon26)
Acknowledgments
- Inspired by the VS Code
rails-migration-boy
extension.