Today I Learned

hashrocket A Hashrocket project

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

See More #vim TILs
Every developer at Hashrocket is a Vim expert. Check out our development environment, Dotmatrix, and if you are in Chicago, come to the Vim Chicago Meetup hosted at our Chicago office.