I am using
# my_app.rb load \'index.rb\'
and start the sever like this
ruby my_app.rb
but it never relo
When you run the application with Passenger Standalone, just create a tmp/always_restart file:
tmp/always_restart
$ touch tmp/always_restart.txt
See Passenger documentation for more info.