A week worth of updates

Posted by tobi — 03:28 PM Mar 07

I have updated some of my open source offerings

Hieraki

Hieraki got plenty of improvements next to the rails 0.10 update. The biggest new features are proper yaml, html and readme export. But there are also plenty of new code improvements like the switch to my favorite postback style for all controllers. Hieraki traditionally serves as a demo app for many newcomers to rails so its code health is very important. I also upped the testcase coverage to fairly good 1:0.8

Typo

Typo got some the 0.10 treatment and a few interesting updates. There is a new del.icio.us aggregation helper and the search function now uses ajax to update results in real time.

Money

The money class received some major usability updates. I extracted the currency exchange code into a pluggable Bank object which means that you can totally customize how money handles currency exchange. If you are working on anything e-commerce related definitely check this out

Login generator

Login generator got some neat updates as well. First of all thanks to Jeremy Kemper’s phenomenal new generator framework the login generator is now a gem. This means no copying around of the generator into each and every of your projects anymore. Also the new generators now ask before overwriting things which really helps when one chooses to enforce as generic names as ‘user.rb’ (lala). I updated the readme a bit and fixed a bug or two.

Postback generator  (new)

This is a modified scaffold editor which uses my favored postback style. Additionally it improves upon scaffolding in several ways like extracting the actual form into an partial shared by new and edit. It also provides ample hooks for css cumizations.

Most those things can be had from my distribution site. Hieraki is still not released as a package and can be had using svn. More about hieraki at its homepage.

Comments

  • Tom 01 Nov 13:30

    How exactly did you measure code coverage for Hieraki?

  • Tom 01 Nov 14:19

    How exactly did you calculate the test coverage of Hieraki?

Commenting are now closed…