This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 91bfe7021499cc4b64b8f0b00dc729499b92f95f
tree cd4eb8df6508db88845b8d4cce24fbca9762bac3
parent ab25399395ba0b6982aa22b25afe68bfff4e7e0d
tree cd4eb8df6508db88845b8d4cce24fbca9762bac3
parent ab25399395ba0b6982aa22b25afe68bfff4e7e0d
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History | Thu Jan 29 20:21:12 -0800 2009 | |
| |
License | Fri Jan 16 22:24:40 -0800 2009 | |
| |
Manifest | Thu Jan 29 20:21:12 -0800 2009 | |
| |
README | ||
| |
Rakefile | Thu Jan 29 19:41:31 -0800 2009 | |
| |
TODO | Thu Jan 29 01:00:53 -0800 2009 | |
| |
examples/ | ||
| |
happymapper.gemspec | ||
| |
lib/ | ||
| |
spec/ | ||
| |
website/ | Mon Nov 17 20:32:42 -0800 2008 |
README
= happymapper == DESCRIPTION: Object to xml mapping library. I have included examples to help get you going. The specs should also point you in the right direction. == FEATURES: * Easy to define xml attributes and elements for an object * Fast because it uses libxml-ruby under the hood * Automatic conversion of xml to defined objects * Reusable classes via a node finding mechanism that searches by 1. specified tag, 2. name of element, 3. class name. (gemspec was upgraded to 0.3.0 for this change) == SYNOPSIS: See examples directory in the gem to get a feel for how it works. == INSTALL: * add github to your sources if you haven't gem sources -a http://gems.github.com * sudo gem install jnunemaker-happymapper * sudo gem install happymapper (when rubyforge approves and i release there) == TICKETS: http://jnunemaker.lighthouseapp.com/projects/20014-happy-mapper/overview








