File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 67
67
- [ Writing Tests with Rails] ( #writing-tests-with-rails )
68
68
- [ Stubbing Helpers] ( #stubbing-helpers )
69
69
- [ Reloading API Changes in Development] ( #reloading-api-changes-in-development )
70
- - [ Rails 3.x] ( #rails-3x )
70
+ - [ Reloading in Rack Applications] ( #reloading-in-rack-applications )
71
+ - [ Reloading in Rails Applications] ( #reloading-in-rails-applications )
71
72
- [ Performance Monitoring] ( #performance-monitoring )
72
73
- [ Contributing to Grape] ( #contributing-to-grape )
73
74
- [ Hacking on Grape] ( #hacking-on-grape )
@@ -2233,7 +2234,11 @@ end
2233
2234
2234
2235
## Reloading API Changes in Development
2235
2236
2236
- ### Rails 3.x
2237
+ ### Reloading in Rack Applications
2238
+
2239
+ Use [ grape-reload] ( https://github.com/AlexYankee/grape-reload ) .
2240
+
2241
+ ### Reloading in Rails Applications
2237
2242
2238
2243
Add API paths to ` config/application.rb ` .
2239
2244
You can’t perform that action at this time.
0 commit comments