https://github.com/manageiq/activerecord-id_regions
ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes
https://github.com/manageiq/activerecord-id_regions
activerecord activerecord-extension hacktoberfest replication ruby
Last synced: 9 months ago
JSON representation
ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes
- Host: GitHub
- URL: https://github.com/manageiq/activerecord-id_regions
- Owner: ManageIQ
- License: apache-2.0
- Created: 2017-06-01T22:11:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-08-13T16:09:34.000Z (11 months ago)
- Last Synced: 2025-10-06T20:57:59.128Z (9 months ago)
- Topics: activerecord, activerecord-extension, hacktoberfest, replication, ruby
- Language: Ruby
- Size: 101 KB
- Stars: 1
- Watchers: 6
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ActiveRecord::IdRegions
[](http://badge.fury.io/rb/activerecord-id_regions)
[](https://github.com/ManageIQ/activerecord-id_regions/actions/workflows/ci.yaml)
[](https://codeclimate.com/github/ManageIQ/activerecord-id_regions)
[](https://codeclimate.com/github/ManageIQ/activerecord-id_regions/coverage)
[](https://gitter.im/ManageIQ/activerecord-id_regions?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
ActiveRecord extension to allow partitioning ids into regions, for merge replication purposes
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'activerecord-id_regions'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install activerecord-id_regions
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To 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 tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ManageIQ/activerecord-id_regions.
## License
The gem is available as open source under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).