tpope / vim-rails

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

:Rserver from gvim when $STY exists #8

Closed graywh closed 14 years ago

graywh commented 14 years ago

It seems to start, but it quits at some point.

:!ruby -C /home/graywh/src/rails/tora script/server -d => Booting Mongrel => Rails 2.3.3 application starting on http://0.0.0.0:3000

Press ENTER or type command to continue

graywh commented 14 years ago

Sorry. It looks like my script/server refuses to daemonize. I have no idea why.