No commit activity in last 3 years
No release in over 3 years
Serialize an ActiveRecord::Base attribute via JSON in Ruby on Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.1.4

Runtime

~> 1.6.0
~> 0.2.0
 Project Readme

Description¶ ↑

Allows serialization of ruby data structures into text columns before Rails version 3.1.

Installation¶ ↑

You can use rubygems to fetch the gem and install it for you:

# gem install active_record_serialize_json

You can also put this line into your Rails Gemfile file

gem 'active_record_serialize_json'

and install the gem via

$ bundle

Usage¶ ↑