Release Name: 0.1.2
Notes:
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.2 / 2008-05-01
- avoid wierd interaction with ActiveRecord (where calling inspect on a
class hits the database). Thanks again to Ryan Garver.
== 0.1.1 / 2008-04-28
- changed name of #parent to #doodle_parent to avoid clash with
ActiveSupport (thanks to Ryan Garver for reporting this)
|