-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix README.markdown instructions for reloading.
Original instructions didn't seem to work on Rails 3.2.x. Followed instructions on wiki (https://github.com/intridea/grape/wiki/Reload-Grape-API-on-every-request-in-Rails) and it works without issue. In the original instructions, I could only get grape to reload my endpoint once. Using this submitted approach looks also looks like a standard way to hook reloading into any inbound Rails request.
- Loading branch information
Showing
2 changed files
with
16 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters