-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Thanks @dblock for the example on how to use Grape on Goliath.
But I found that this example could not autoload modified files in development mode. And I tried a simpler approach like this: https://gist.github.com/larryzhao/7913394 , after I modified the api, I could see the Rack::Reloader is trigger to load the file, but the response is still the same.
But grape-on-rails works just fine. Is there anything I need to configure in Grape to achieve that?
Thank you very much.
Reactions are currently unavailable