ActiveDocumentum

I’ve finally decided to release ActiveDocumentum.  ActiveDocumentum is a Ruby Gem that I created to bring some of the goodness, learned by pulling apart ActiveRecord, to accessing Documentum. Its nowhere near as mature, but I has been doing the job pretty well so far for the scripts and sites I’ve been using it for. It has a dependency on JRuby because it hooks into the DFS client libraries to facilitate connecting to Documentum. I’m going to post some further examples, but for the time being, here it is.

http://www.github.com/vertis/active_documentum

You’ll need a Documentum repository, JRuby and a copy of the DFS sdk to play with it.

Update: I’ve also done up a quick sample which you can find on my github (right next door to the actual library).

http://www.github.com/vertis/active_documentum_sample

Boiler updated.

A while ago (right after Rails Rumble) I decided to rework Bort to suit my own tastes. I renamed my Bort derived rails base app to Boiler. Yesterday I went through and reworked Boiler from a newer copy of Bort. I added a more inviting default theme and some of the other plugins and gems that I use regularly. You can check it out at www.github.com/vertis/boiler