How can I get Rails 3.2 to restart the installed rack application on request in development mode?
I installed grape this way
mount API2, :at => "/api2"
However, the rails do not reflect changes in the application without restarting the web server.
source share