I am using
# my_app.rb load \'index.rb\'
and start the sever like this
ruby my_app.rb
but it never relo
If you only change your templates sinatra will always rerender them if you set your environment to development:
ruby app.rb -e development