Rails Server in Vim
With the help of Rails.vim, we can start a Rails server without leaving our Vim session.
This starts a server, with the standard optional arguments:
:Rserver {options}
Adding a !
will kill the pid found in 'tmp/pids/server.pid', and then invoke :Rserver
. Powerful!
See :help Rserver
with Rails.vim installed for more information.
h/t Paul Haddad
Tweet