acts_as_nosql 0.1.1
Install from the command line:
Learn more about RubyGems packages
$ gem install acts_as_nosql --version "0.1.1"
Install via Gemfile:
source "https://rubygems.pkg.github.com/monade" do
gem "acts_as_nosql", "0.1.1"
end
About this version
It allows to handle JSON and JSONB fields as if they are proper database columns, handling default values, type casting and easier validation.