Posted By: Sean O'Halpin
Date: 2008-05-01 00:36
Summary: doodle 0.1.3 Released
Project: doodle
doodle version 0.1.3 has been released!
Doodle is a gem for simplifying the definition of Ruby classes by making attributes and their properties more declarative. Doodle is eco-friendly: it does not globally modify Object, Class or Module.
Changes:
## 0.1.3 / 2008-05-01 - really avoid wierd interaction with ActiveRecord this time - also, managed to get rid of crufty reliance on inspect and found a tidy way to determine singletons :)
## 0.1.2 / 2008-05-01 - avoid wierd interaction with ActiveRecord (where calling inspect on a class hits the database). Thanks again to Ryan Garver. |
|