{"id":15512938,"url":"https://github.com/rubysolo/skeema","last_synced_at":"2025-10-12T09:32:00.561Z","repository":{"id":3023288,"uuid":"4043063","full_name":"rubysolo/skeema","owner":"rubysolo","description":"ActiveRecord schema.rb parser","archived":false,"fork":false,"pushed_at":"2012-04-25T18:22:11.000Z","size":96,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T15:49:12.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"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/rubysolo.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":"2012-04-16T16:56:52.000Z","updated_at":"2022-08-29T10:48:22.000Z","dependencies_parsed_at":"2022-08-21T01:20:54.488Z","dependency_job_id":null,"html_url":"https://github.com/rubysolo/skeema","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubysolo/skeema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubysolo%2Fskeema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubysolo%2Fskeema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubysolo%2Fskeema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubysolo%2Fskeema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubysolo","download_url":"https://codeload.github.com/rubysolo/skeema/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubysolo%2Fskeema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002104,"owners_count":26083307,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-02T09:53:56.591Z","updated_at":"2025-10-12T09:32:00.325Z","avatar_url":"https://github.com/rubysolo.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Skeema\n\nThree different implementations of parsing ActiveRecord schema.rb files\n\n## Examples:\n\n    # use the regex-based implementation\n    Skeema::Regex.parse('path/to/schema.rb')\n    # =\u003e { 'authors' =\u003e ['name'], 'posts' =\u003e ['author_id', 'title', 'body'] }\n\n    # use the instance_eval-based implementation\n    Skeema::Pretender.parse('path/to/schema.rb')\n    # =\u003e { :authors =\u003e [:name], :posts =\u003e [:author_id, :title, :body] }\n\n    # use the ripper-based implementation\n    Skeema::Ripper.parse('path/to/schema.rb')\n    # =\u003e { :authors =\u003e [:name], :posts =\u003e [:author_id, :title, :body] }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubysolo%2Fskeema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubysolo%2Fskeema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubysolo%2Fskeema/lists"}