{"id":15590617,"url":"https://github.com/coderberry/arel_assist","last_synced_at":"2026-05-18T00:30:21.606Z","repository":{"id":60531792,"uuid":"543785585","full_name":"coderberry/arel_assist","owner":"coderberry","description":"ArelAssist is to ArelHelpers as Robin is to Batman","archived":false,"fork":false,"pushed_at":"2022-09-30T23:01:03.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T17:53:21.511Z","etag":null,"topics":["arel","sql"],"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/coderberry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"coderberry"}},"created_at":"2022-09-30T20:50:43.000Z","updated_at":"2022-09-30T23:45:28.000Z","dependencies_parsed_at":"2022-09-30T23:20:14.683Z","dependency_job_id":null,"html_url":"https://github.com/coderberry/arel_assist","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Farel_assist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Farel_assist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Farel_assist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderberry%2Farel_assist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderberry","download_url":"https://codeload.github.com/coderberry/arel_assist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240122610,"owners_count":19751145,"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":["arel","sql"],"created_at":"2024-10-02T23:23:15.784Z","updated_at":"2026-05-18T00:30:21.559Z","avatar_url":"https://github.com/coderberry.png","language":"Ruby","funding_links":["https://github.com/sponsors/coderberry"],"categories":[],"sub_categories":[],"readme":"# Arel Assist\n\n[![Gem Version](https://badge.fury.io/rb/arel_asssist.svg)](https://badge.fury.io/rb/arel_assist)\n[![Contribute](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/coderberry/arel_assist)\n[![Maintainability](https://api.codeclimate.com/v1/badges/7f616d89b47b56f132cc/maintainability)](https://codeclimate.com/github/coderberry/arel_assist/maintainability)\n[![Test Coverage](https://codecov.io/gh/coderberry/arel_assist/branch/main/graph/badge.svg?token=64VN84C475)](https://codecov.io/gh/coderberry/arel_assist)\n[![Tests](https://github.com/coderberry/arel_assist/actions/workflows/tests.yml/badge.svg)](https://github.com/coderberry/arel_assist/actions/workflows/tests.yml)\n[![CodeQL](https://github.com/coderberry/arel_assist/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/coderberry/arel_assist/actions/workflows/codeql-analysis.yml)\n[![StandardRB](https://github.com/coderberry/arel_assist/actions/workflows/standardrb.yml/badge.svg)](https://github.com/coderberry/arel_assist/actions/workflows/standardrb.yml)\n[![GEM Version](https://img.shields.io/gem/v/arel_assist?color=168AFE\u0026include_prereleases\u0026logo=ruby\u0026logoColor=FE1616)](https://rubygems.org/gems/arel_assist)\n[![GEM Downloads](https://img.shields.io/gem/dt/arel_assist?color=168AFE\u0026logo=ruby\u0026logoColor=FE1616)](https://rubygems.org/gems/arel_assist)\n[![Ruby Style](https://img.shields.io/badge/style-standard-168AFE?logo=ruby\u0026logoColor=FE1616)](https://github.com/testdouble/standard)\n[![Twitter Follow](https://img.shields.io/twitter/follow/coderberry?logo=twitter\u0026style=social)](https://twitter.com/coderberry)\n\nArel helper methods to assist in creating clean, sexy database queries using ActiveRecord and Arel.\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n```bash\n$ bundle add arel_assist\n```\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n```bash\n$ gem install arel_assist\n```\n\n## Usage\n\n```ruby\nrequire \"arel_assist\"\n```\n\nTODO: Coming soon\n\n## Requirements\n\nRequires ActiveRecord \u003e= 6, \u003c 8\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/arel_assist. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/arel_assist/blob/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the ArelAssist project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/arel_assist/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Farel_assist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderberry%2Farel_assist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderberry%2Farel_assist/lists"}