The project is in a healthy, maintained state
Several extensions to ActiveRecord's PostgreSQLAdapter.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.4
~> 1.2
~> 13.0
~> 3.0
~> 1.8

Runtime

>= 7.0, < 7.2
>= 7.0, < 7.2
 Project Readme

ActiveRecord PG Extensions

This gem includes a number of extensions to Rails' regular PostgreSQLAdapter to enable access to more Postgres specific features.

Installation

Add this line to your application's Gemfile:

gem 'activerecord-pg-extensions'

Usage

See individual classes for available methods.

Development

Development requires Docker. After checking out the repo, run docker compose build to install dependencies.

docker compose run --rm app rake will run both tests and Rubocop.

If using Visual Studio Code, simply click "Reopen in Container" when it pops up.

To release a new version, update the version number in version.rb, and then run 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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/instructure/activerecord-pg-extensions.

License

The gem is available as open source under the terms of the MIT License.