{"id":19900820,"url":"https://github.com/dulacp/rack-scaffold","last_synced_at":"2025-11-09T11:02:41.752Z","repository":{"id":9098071,"uuid":"10876895","full_name":"dulacp/rack-scaffold","owner":"dulacp","description":"Automatically generate RESTful CRUD services","archived":false,"fork":false,"pushed_at":"2013-06-25T22:56:55.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T21:12:04.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dulacp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-23T03:03:13.000Z","updated_at":"2019-07-07T22:59:34.000Z","dependencies_parsed_at":"2022-08-27T23:11:57.467Z","dependency_job_id":null,"html_url":"https://github.com/dulacp/rack-scaffold","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulacp%2Frack-scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulacp%2Frack-scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulacp%2Frack-scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dulacp%2Frack-scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dulacp","download_url":"https://codeload.github.com/dulacp/rack-scaffold/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329411,"owners_count":19944984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T20:13:26.104Z","updated_at":"2025-11-09T11:02:36.710Z","avatar_url":"https://github.com/dulacp.png","language":"Ruby","readme":"# Rack::Scaffold\n**Automatically generate RESTful CRUD services**\n\n\u003e This project generalizes the webservice auto-generation functionality of [Rack::CoreData](https://github.com/mattt/rack-core-data) with a plugin architecture that can adapt to any data model format. It is currently being actively developed for inclusion in the next release of [Helios](https://github.com/helios-framework/helios)\n\n### Supported Data Models\n\n- [Core Data Model](https://github.com/mattt/core_data/) (`.xcdatamodeld`)\n- [Sequel](https://github.com/jeremyevans/sequel)\n- [ActiveRecord](https://github.com/rails/rails)\n\n## Usage\n\n### Gemfile\n\n```Ruby\nsource :rubygems\n\ngem 'rack-scaffold', require: 'rack/scaffold'\ngem 'sequel'\ngem 'core_data'\n\ngem 'unicorn'\ngem 'pg'\n```\n\n### config.ru\n\n```ruby\nrequire 'sequel'\nrequire 'core_data'\nrequire 'rack/scaffold'\n\nDB = Sequel.connect(ENV['DATABASE_URL'])\n\nrun Rack::Scaffold model: './Example.xcdatamodeld', only: [:create, :read]\n```\n\n## Examples\n\nAn example web API using a Core Data model can be found the `/example` directory.\n\n## Contact\n\nMattt Thompson\n\n- http://github.com/mattt\n- http://twitter.com/mattt\n- m@mattt.me\n\n## License\n\nRack::Scaffold is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulacp%2Frack-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdulacp%2Frack-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdulacp%2Frack-scaffold/lists"}