rails-buddy README
rails-buddy was inpired by the rails.vim. It activates whenever a rails project is detected in the current workspace.
Features
This extension provides shortcuts for easy navigation across rails projects files. The following commands make easy to find and open files by role:
Open Rails Model
Open Rails Controller
Open Rails Unit Test
Open Rails Controller Test
Open Rails View
Open Rails Migration
It is also possible to use the Open Rails Related File to jump directly from:
Model <--> Unit Test
Controller <--> Controller Test
Requirements
Extension Settings
All commands can be assigned to shortcut keys. The Open Rails Related File command is assigned to Ctrl + 6 by default.
Known Issues
--
Release Notes
1.0.2
Added app/test/models as base path for model tests. app/test/models was supported already.
Added gif screencasts to README
1.0.1
- Fixed base path for migration files
1.0.0
Initial release:
Support for the most common Rails files:
- Models
- Controllers
- Unit (Model) tests
- Functional (Controller) tests
- Views
- Migrations
Jump between related files
| |