{"id":29003894,"url":"https://github.com/braintree/activerecord-postgresql-citext","last_synced_at":"2025-06-25T10:40:18.905Z","repository":{"id":10919485,"uuid":"13220018","full_name":"braintree/activerecord-postgresql-citext","owner":"braintree","description":"citext support for rails 4","archived":false,"fork":false,"pushed_at":"2019-01-01T13:14:15.000Z","size":156,"stargazers_count":14,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T15:02:30.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/braintree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-30T16:04:29.000Z","updated_at":"2024-02-15T15:40:59.000Z","dependencies_parsed_at":"2022-09-08T06:30:49.051Z","dependency_job_id":null,"html_url":"https://github.com/braintree/activerecord-postgresql-citext","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/braintree/activerecord-postgresql-citext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braintree%2Factiverecord-postgresql-citext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braintree%2Factiverecord-postgresql-citext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braintree%2Factiverecord-postgresql-citext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braintree%2Factiverecord-postgresql-citext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/braintree","download_url":"https://codeload.github.com/braintree/activerecord-postgresql-citext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/braintree%2Factiverecord-postgresql-citext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260851172,"owners_count":23072551,"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":"2025-06-25T10:39:53.327Z","updated_at":"2025-06-25T10:40:18.890Z","avatar_url":"https://github.com/braintree.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ActiveRecord support for citext\n\nAdds support for citext to active_record\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'activerecord-postgresql-citext'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install activerecord-postgresql-citext\n\n## Usage\n\nIn a database migration you need to first enable `citext` as an extension, then you can create columns of type citext.\n\n```ruby\ndef up\n  enable_extension(\"citext\")                   \n                                             \n  create_table :models, :force =\u003e true do |t|  \n    t.citext :name                             \n    t.timestamps                               \n  end                                          \nend\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraintree%2Factiverecord-postgresql-citext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbraintree%2Factiverecord-postgresql-citext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbraintree%2Factiverecord-postgresql-citext/lists"}