You cannot post messages because only members can post, and you are not currently a member.
Description:
Doodle is a Ruby library for simplifying the definition of Ruby
classes by making attributes and their properties more declarative.
For more info see: http://doodle.rubyforge.org
|
|
|
doodle 0.2.2 Released
|
| |
doodle version 0.2.2 has been released! * <[link]> 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: ...- Features: - added obj.doodle.keys method... more »
|
|
doodle 0.2.0 Released
|
| |
doodle version 0.2.0 has been released! * <[link]> 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: ...The website has been given a complete overhaul in preparation for more... more »
|
|
doodle 0.1.9 Released
|
| |
doodle version 0.1.9 has been released. * <[link]> 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: ...- Features: - to_hash... more »
|
|
to_h?
|
| |
Hello,
What is the best way to convert an object's doodly attributes to a
hash of names-to-values?
Thanks,
--
Avdi
|
|
doodle 0.1.8 Released
|
| |
doodle version 0.1.8 has been released.
* <[link]>
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:
...- Features:... more »
|
|
doodle 0.1.7 Released
|
| |
doodle version 0.1.7 has been released!
* <[link]>
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:
...- Features... more »
|
|
Doodle, Distilled...
|
| |
Gonna give a brief presentation on Doodle to the Ruby Users Group on
Monday. While some folks can just wing it, I needed to prepare notes.
The need for brevity and a large font for the projector requires a
short and sweet summary.
In hopes of helping others, here’s what I’ve got…
-Jay McGavren... more »
|
|
doodle 0.1.6 Released
|
| |
...- Features:
- short cut syntax for #must - can now specify constraints like
this:
must "size > 0"
must "self =~ /[A-Z]"
which will be evaluated as if you had written this:
must "self =~ /[A-Z]" do |v|
v.instance_eval("self =~ /[A-Z]")
end
- prefixed more public but undocumented methods with 'doodle_' to... more »
|
|
doodle 0.1.4 Released
|
| |
doodle version 0.1.4 has been released!
* <[link]>
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:
...- Features:... more »
|
|
doodle 0.1.3 Released
|
| |
Changes:
...- avoid wierd interaction with ActiveRecord's redefinition of #inspect
- also, managed to get rid of crufty reliance on inspect and found
a tidy way to determine singletons :)
Thanks to Ryan Garver for pointing out these problems.
Regards,
Sean
|
|
|