1

When I develop in node.js, I like to use node-supervisor because when I save a file, it reloads automatically, which eliminates the need of having to kill and restart the service every time.

Is there something similar for ruby? Hopefully something easy to install like a gemfile?

sawa
  • 165,429
  • 45
  • 277
  • 381
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189

2 Answers2

2

Perhaps something like Guard may help.

sawa
  • 165,429
  • 45
  • 277
  • 381
0

For Rails server or other Ruby things, you can use Pow

New Alexandria
  • 6,951
  • 4
  • 57
  • 77