tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.11k stars 384 forks source link

Multi-database support #610

Open phantomwhale opened 2 months ago

phantomwhale commented 2 months ago

Now that rails supports multiple databases, in an ideal world the related file for an ActiveRecord model would be the database schema / structure file for the containing database.

May well be a stretch beyond what's reasonable for this plugin to manage, but I thought I'd post the thought here nonetheless, even if that's just to create a record of why this isn't / can't be reasonably supported!