I am using
# my_app.rb load \'index.rb\'
and start the sever like this
ruby my_app.rb
but it never relo
I like the Shotgun gem. If you're using a modular Sinatra app and have a config.ru file it's easy to run.
shotgun config.ru
Check the gem out here. It's fairly straight forward and no configuration needed.