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 (
No gems have been built for this project yet.
commit 1825702bee4da1e28dee08810a866472f1e2fb16
tree 02d7d9aee265bd706d3b8d88a66b7b27cc92cf15
parent 690b1ecdcc468adc782794f358391a4e0da1a244
tree 02d7d9aee265bd706d3b8d88a66b7b27cc92cf15
parent 690b1ecdcc468adc782794f358391a4e0da1a244
dm-more / dm-adjust
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
History.txt | Wed Jul 16 08:42:00 -0700 2008 | [bernerdschaefer] |
| |
LICENSE | Sat Jun 14 15:23:57 -0700 2008 | [Sindre Aarsaether] |
| |
Manifest.txt | Wed Jul 16 08:42:00 -0700 2008 | [bernerdschaefer] |
| |
README.txt | Wed Jul 16 08:42:00 -0700 2008 | [bernerdschaefer] |
| |
Rakefile | Sat Nov 22 01:08:15 -0800 2008 | [dkubb] |
| |
TODO | Sat Jun 14 15:23:57 -0700 2008 | [Sindre Aarsaether] |
| |
lib/ | Sat Nov 22 01:08:15 -0800 2008 | [dkubb] |
| |
spec/ | Mon Nov 17 20:16:07 -0800 2008 | [dkubb] |
README.txt
dm-adjust ============= DataMapper plugin providing methods to increment and decrement properties It provides the following function (for collections and resources): == adjust Person.adjust(:salary => 1000) # increases the salary of all people with 1000. Person.all(:age.gte => 40).adjust(:salary => 2000) # increase salary of them oldies. Children.adjust(:allowance => -100) # less money for candy and concerts





