{"id":13394981,"url":"https://github.com/DavyJonesLocker/postgres_ext","last_synced_at":"2025-03-13T20:31:50.250Z","repository":{"id":3164631,"uuid":"4195415","full_name":"DavyJonesLocker/postgres_ext","owner":"DavyJonesLocker","description":"Adds support for missing PostgreSQL data types to ActiveRecord","archived":false,"fork":false,"pushed_at":"2021-08-23T14:42:24.000Z","size":449,"stargazers_count":644,"open_issues_count":21,"forks_count":183,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-05-16T21:10:32.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/DavyJonesLocker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-01T19:00:55.000Z","updated_at":"2024-04-04T00:15:29.000Z","dependencies_parsed_at":"2022-09-04T23:22:13.259Z","dependency_job_id":null,"html_url":"https://github.com/DavyJonesLocker/postgres_ext","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavyJonesLocker%2Fpostgres_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavyJonesLocker%2Fpostgres_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavyJonesLocker%2Fpostgres_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavyJonesLocker%2Fpostgres_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavyJonesLocker","download_url":"https://codeload.github.com/DavyJonesLocker/postgres_ext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243478255,"owners_count":20297221,"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-07-30T17:01:38.149Z","updated_at":"2025-03-13T20:31:49.698Z","avatar_url":"https://github.com/DavyJonesLocker.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# This Gem is No Longer Maintained\n\nIt still works and may be useful to you for Rails versions \u003c 5, but will not be updated to be compatible with Rails version \u003e 5. \n\n# PostgresExt\n\nAdds missing native PostgreSQL data types to ActiveRecord and convenient querying extensions for ActiveRecord and Arel for Rails 4.x\n\n[![Build Status](https://secure.travis-ci.org/DockYard/postgres_ext.png?branch=master)](https://travis-ci.org/DockYard/postgres_ext)\n[![Code Climate](https://codeclimate.com/github/dockyard/postgres_ext.png)](https://codeclimate.com/github/dockyard/postgres_ext)\n[![Gem Version](https://badge.fury.io/rb/postgres_ext.png)](https://badge.fury.io/rb/postgres_ext)\n\n## Looking for help? ##\n\nIf it is a bug [please open an issue on\nGithub](https://github.com/dockyard/postgres_ext/issues). If you need help using\nthe gem please ask the question on\n[Stack Overflow](http://stackoverflow.com). Be sure to tag the\nquestion with `DockYard` so we can find it.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'postgres_ext'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install postgres_ext\n\n## Usage\n\nJust `require 'postgres_ext'` and use ActiveRecord as you normally would! postgres\\_ext extends\nActiveRecord's data type handling and query methods in both Arel and\nActiveRecord.\n\n * [Querying PostgreSQL datatypes](docs/querying.md)\n\nWhere are the datatypes from PostgresExt 1.x? ActiveRecord 4.x includes\nall the data types that PostgresExt added to ActiveRecord 3.2.x. We'll\nbe adding more datatypes as we come across them.\n\n## Developing\n\nTo work on postgres\\_ext locally, follow these steps:\n\n 1. Run `bundle install`, this will install (almost) all the development\n    dependencies\n 2. Run `gem install byebug` (not a declared dependency to not break CI)\n 3. Run `bundle exec rake db:setup`, this will set up the `.env` file necessary to run\n    the tests and set up the database\n 4. Run `bundle exec rake db:create`, this will create the test database\n 5. Run `bundle exec rake db:migrate`, this will set up the database tables required\n    by the test\n 6. Run `BUNDLE_GEMFILE='gemfiles/Gemfile.activerecord-4.0.x' bundle install --quiet` to create the Gemfile.lock for 4.0.\n 7. Run `BUNDLE_GEMFILE='gemfiles/Gemfile.activerecord-4.1.x' bundle install --quiet` to create the Gemfile.lock for 4.1.\n 8. Run `bundle exec rake test:all` to run tests against all supported versions of Active Record\n\n## Authors\n\nDan McClain [twitter](http://twitter.com/_danmcclain) [github](http://github.com/danmcclain)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDavyJonesLocker%2Fpostgres_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDavyJonesLocker%2Fpostgres_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDavyJonesLocker%2Fpostgres_ext/lists"}