Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 591 Bytes

File metadata and controls

23 lines (12 loc) · 591 Bytes

Bagman

Add a bag of attributes to ActiveRecord models.

We built Bagman for a project. We wanted fast prototyping and development, and some level of escape from the schema on relational databases.

It works by serialising and deserialising a JSON string to a text field in the database.

Deep getters and setters are provided by AngryHash.

Basic usage

TODO

Encryption - the crypto pocket.

TODO

License

Copyright (C) 2011 by PLUS2 Pty. Ltd., Ben Askins ben.askins@gmail.com and Lachie Cox lachiec@gmail.com.

Bagman is licensed under the MIT license (enclosed).