avatarharuki zaemon

Yes, more Rails plugins

By

FWIW, I’ve just created two very new, very simple and VERY BETA Rails plugins.

The first, Simian, is pretty obvious: it adds a couple of rake tasks to run duplicate code checks against your rails project using, you guessed it, Simian.

The second is Restful Transactions. This plugin ensures that your controller’s create, update and destroy actions are wrapped in a database transaction meaning you don’t have to think about it.

As always, you’ll find these plugins and more over at the RedHill on Rails plugin page

UPDATE: The plugin now wraps any action executed as a POST, PUT or DELETE rather than just the create, update and destroy actions.