-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Gem versions
Rails: 5.2.0
Grape: 1.0.3
In a blank state rails app created by rails new
, API changes in grape seems to be picked up by rails without any modification in application.rb
or creating initializer files to listen on callbacks.
I've put the files in correct directory, as per usual in rails, but nothing more.
Adding new apis and modifying existing apis is hot-reloaded without restarting the app.
Is there anything else I need to check to confirm this?
If these instructions are indeed no longer required, I'll create a PR to modify the grape README file.