No commit activity in last 3 years
No release in over 3 years
Allows you to use active record with databases that already have an hstore type
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1.3
>= 0
~> 2.6

Runtime

~> 3.0
 Project Readme

ActiveRecordHstoreCore¶ ↑

This plugin Adds the Postgres column type Hstore to your system. You already have to have set up your databse to use this column type.

Installation¶ ↑

To use it, add it to your Gemfile:

gem 'activerecord-postgres-hstore-core', '~> 0.0.6'

Testing¶ ↑

ActiveRecordHstoreCore uses Rspec tests on both the serialization and the database. To test it, run

rake spec

Usage¶ ↑

This is a stripped down version of the module at

https://github.com/softa/activerecord-postgres-hstore

I have made it “more better” by removing the spurious rails install, removing the unneeded railtie, and added actual database tests.

Help¶ ↑

You can contact me at @entropyfails if you need help or email me at jt@justin.tv

Copyright @ 2012 Jt Gleason, Juan Miaz, MIT License