How to stop (and restart) the Rails Server?

后端 未结 6 985
遥遥无期
遥遥无期 2021-01-31 17:05

I\'m following the instructions here http://railsinstaller.org/mac to get up and running with Rails on a Mac running OS X 10.8.2

At step 8 I\'m asked to restart Rails se

6条回答
  •  长发绾君心
    2021-01-31 17:26

    Now in rails 5 yu can do:

    rails restart
    

    This print by rails --tasks

    Restart app by touching tmp/restart.txt

    I think that is usefully if you run rails as a demon

提交回复
热议问题