more changes

This commit is contained in:
John Bintz 2011-05-27 16:44:23 -04:00
parent 73cfa118e7
commit 526f25ba9d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ module Guard
def start_rails
system %{sh -c 'rails s -d -e #{options[:environment]} -p #{options[:port]} --pid #{pid_file}'}
sleep 2
UI.info "Rails running, PID #{File.read(pid_file)}"
end