API: make API reload in development
Created by: Xylakant
currently the API does not auto-reload in development mode. This makes changes quite a bit harder, since you need to stop the server and restart it to pick up any code change. I tried the "official" way from the grape wiki [1] but that didn't work out the way it should. I'm not an expert with the rails reloader, but I think the primary problem is that the way the API code is structured might be part of the problem. Getting this feature to work might require changing class names and moving files around. I'd be willing to take a stab at it, but only if such a PR would be accepted.
[1] https://github.com/intridea/grape/wiki/Reload-Grape-API-on-every-request-in-Rails