We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55c02e commit cb57720Copy full SHA for cb57720
autoload/rails.vim
@@ -913,6 +913,8 @@ function! s:app_static_rails_command(cmd) dict abort
913
let cmd = 'script/'.a:cmd
914
elseif self.has('bundler')
915
return 'bundle exec rails ' . a:cmd
916
+ elseif self.has('docker')
917
+ return 'docker-compose run web rails ' . a:cmd
918
else
919
return 'rails '.a:cmd
920
endif
0 commit comments