Skip to content
James Scott, Jr edited this page Apr 8, 2015 · 2 revisions

Welcome to the skn_utils wiki!

As you may know, there are over 50 gems in Github alone related to Ruby POROs. One of which I've used before is recursive-open-struct. SknUtils::ResultBean differs in that it focuses on the creation of a PORO at the point and time of need, rather than statically defining a class upfront.

I do plan to add two more components to this gem.

  1. ObjectStorage or repository Singleton, to potentially cache any object in memory for rapid access.
  2. AccessRegistry collection of class and xml file, which implements Authorization using a role-based tagging.

Item 2, might actually have to be packaged as an Engine with UI to reduce the configuration burden and later administration of roles. Thinking through the packaging issue now.

Standby for more...

Clone this wiki locally