Categories: None [Edit]

rack-autocrud

https://rubygems.org/gems/rack-autocrud
https://github.com/thentenaar/rack-autocrud
Rack middleware that works with Sinatra to dynamically create CRUD endpoints and routes based on models. It ain't perfect, but it works. These generated CRUD routes are assumed to return a Rack response. It's important to note, that you models and endpoints must be in separate modules (read: namespaces). Input and Response data are formatted as JSON. See the README for more info.

Total

Ranking: 23,834 of 196,302
Downloads: 67,699

Daily

Ranking: 36,561 of 196,250
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
91,359,565,926json
146354,291,706sinatra

Owners

#GravatarHandle
1iconTHentenaar