ActiveRecordExtended
Postgres extension
Provides additional Postgres functionality to an ActiveRecord application.
Adds additional postgres functionality to an ActiveRecord / Rails application
1k stars
7 watching
43 forks
Language: Ruby
last commit: 5 days ago
Linked from 1 awesome list
activerecordpostgresrails
Related projects:
Repository | Description | Stars |
---|---|---|
davyjoneslocker/postgres_ext | Adds support for missing PostgreSQL data types to ActiveRecord in Ruby on Rails applications | 643 |
alassek/activerecord-pg_enum | Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
casecommons/pg_search | A library that provides named scopes for searching in PostgreSQL databases | 1,347 |
bibendi/activerecord-postgres_enum | Integrates PostgreSQL's enum data type into ActiveRecord's schema and migrations. | 360 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
twopoint718/reactive_record | A tool that automatically generates ActiveRecord models from an existing Postgres database. | 133 |
rgeo/rgeo-activerecord | An extension of ActiveRecord for working with spatial data in Ruby | 89 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
globalize/globalize | Enables translation of model attributes in ActiveRecord models | 2,157 |
rgeo/activerecord-postgis-adapter | Provides geospatial capabilities for Ruby-based web applications using PostGIS and ActiveRecord | 884 |
janko/sequel-activerecord_connection | An extension to Sequel that allows reusing an existing Active Record connection for database interaction. | 137 |
kvokka/pp_sql | An ActiveRecord log beautifier gem for Ruby on Rails | 265 |
r-dbi/rpostgres | An R interface to PostgreSQL database | 334 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |