I am using
# my_app.rb load \'index.rb\'
and start the sever like this
ruby my_app.rb
but it never relo
On Windows, I am using my restart gem for this:
restart ruby my_app.rb
or, with rackup:
restart rackup
See here for more info, hope you find it useful.