I am using
# my_app.rb load \'index.rb\'
and start the sever like this
ruby my_app.rb
but it never relo
You can use the rerun gem.
rerun
gem install rerun rerun 'ruby app.rb'
OR if you are using rackup
rerun 'rackup'