{"id":13878063,"url":"https://github.com/ankane/gindex","last_synced_at":"2025-11-17T14:07:29.623Z","repository":{"id":35052276,"uuid":"39182772","full_name":"ankane/gindex","owner":"ankane","description":"Concurrent index migrations for Rails","archived":false,"fork":false,"pushed_at":"2025-10-24T02:36:56.000Z","size":31,"stargazers_count":43,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T05:37:36.943Z","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/ankane.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-07-16T07:20:53.000Z","updated_at":"2025-11-04T09:49:22.000Z","dependencies_parsed_at":"2023-02-13T20:15:43.635Z","dependency_job_id":"2c057f1b-fdb2-4e0e-b066-ad1ef5e213de","html_url":"https://github.com/ankane/gindex","commit_stats":{"total_commits":42,"total_committers":3,"mean_commits":14.0,"dds":0.5476190476190477,"last_synced_commit":"ec53116450f67e366277a24fc568cbcb89b32ae4"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ankane/gindex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Fgindex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Fgindex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Fgindex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Fgindex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankane","download_url":"https://codeload.github.com/ankane/gindex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankane%2Fgindex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284572939,"owners_count":27028266,"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-11-15T02:00:06.050Z","response_time":57,"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-08-06T08:01:38.818Z","updated_at":"2025-11-17T14:07:29.618Z","avatar_url":"https://github.com/ankane.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# g index\n\n:speedboat: Instant **concurrent** index migrations for Rails\n\n[![Build Status](https://github.com/ankane/gindex/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/gindex/actions)\n\n## Installation\n\nAdd this line to your application’s Gemfile:\n\n```ruby\ngem \"gindex\", group: :development\n```\n\n## How It Works\n\n```sh\nrails g index users email\n```\n\ngenerates:\n\n```ruby\nclass AddIndexOnEmailToUsers \u003c ActiveRecord::Migration[8.1]\n  disable_ddl_transaction!\n\n  def change\n    add_index :users, :email, algorithm: :concurrently\n  end\nend\n```\n\nAlso works with multi-column indexes\n\n```sh\nrails g index deliveries store_id delivered_at\n```\n\n## History\n\nView the [changelog](https://github.com/ankane/gindex/blob/master/CHANGELOG.md)\n\n## Contributing\n\nEveryone is encouraged to help improve this project. Here are a few ways you can help:\n\n- [Report bugs](https://github.com/ankane/gindex/issues)\n- Fix bugs and [submit pull requests](https://github.com/ankane/gindex/pulls)\n- Write, clarify, or fix documentation\n- Suggest or add new features\n\nTo get started with development:\n\n```sh\ngit clone https://github.com/ankane/gindex.git\ncd gindex\nbundle install\nbundle exec rake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankane%2Fgindex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankane%2Fgindex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankane%2Fgindex/lists"}