acts_as_nosql 0.1.0
Install from the command line:
Learn more about RubyGems packages
$ gem install acts_as_nosql --version "0.1.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/monade" do
gem "acts_as_nosql", "0.1.0"
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.