Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 477 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 477 Bytes

Rack CRUD

This gem creates CRUD functions for Rack apps.

See Rack CRUD demo for an example.

Dependencies

  1. Rack Routing - Update routes in config/routes.txt
  2. JQuery - Lives in public/js/vendor
  3. Rack CRUD js file: lives in public/js
  4. RequestHandler module: in requests
  5. Templates: templates/layout.mustache and 3 files in the templates model folder
  6. Mustache